File tree Expand file tree Collapse file tree
channels/gnome/airootfs.any/root
modules/gdm/airootfs.any/root Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,3 @@ if [[ "${arch}" = "i686" ]]; then
3333 sed -i " s|chromium.desktop|firefox.desktop|g; s|Chromium|FireFox|g; s|chromium|firefox|g" " ${_file} "
3434 done
3535fi
36-
37- # Prepare gdm for calamares
38- if [[ -f " /usr/share/calamares/modules/services.conf" ]]; then
39- sed -i " s|%DM%|gdm|g" " /usr/share/calamares/modules/services.conf"
40- fi
Original file line number Diff line number Diff line change 1010# Enable gdm to auto login
1111if [[ " ${boot_splash} " = true ]]; then
1212 _safe_systemctl enable gdm-plymouth.service
13-
1413else
1514 _safe_systemctl enable gdm.service
1615fi
@@ -26,3 +25,8 @@ if [[ ! "${language}" = "ja" ]]; then
2625 sed -i " s/export QT_IM_MODULE=fcitx/#export QT_IM_MODULE=fcitx/g" " /etc/environment"
2726 sed -i " s/export XMODIFIERS=@im=fcitx/#export XMODIFIERS=@im=fcitx/g" " /etc/environment"
2827fi
28+
29+ # Prepare gdm for calamares
30+ if [[ -f " /usr/share/calamares/modules/services.conf" ]]; then
31+ sed -i " s|%DM%|gdm|g" " /usr/share/calamares/modules/services.conf"
32+ fi
You can’t perform that action at this time.
0 commit comments