Skip to content

Commit 98f6ce2

Browse files
committed
[fix] : Fixed the lightdm service in lxde.
1 parent 74ff432 commit 98f6ce2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

channels/lxde/airootfs.i686/root/customize_airootfs_lxde.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ usermod -aG autologin ${username}
108108

109109
# Enable LightDM to auto login
110110
if [[ "${boot_splash}" = true ]]; then
111-
systemctl enable lightdm.service
112-
else
113111
systemctl enable lightdm-plymouth.service
112+
else
113+
systemctl enable lightdm.service
114114
fi
115115

116116

channels/lxde/airootfs.x86_64/root/customize_airootfs_lxde.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ usermod -aG autologin ${username}
115115

116116
# Enable LightDM to auto login
117117
if [[ "${boot_splash}" = true ]]; then
118-
systemctl enable lightdm.service
119-
else
120118
systemctl enable lightdm-plymouth.service
119+
else
120+
systemctl enable lightdm.service
121121
fi
122122

123123

0 commit comments

Comments
 (0)