Skip to content

Commit 316d492

Browse files
authored
update xubuntu lightdm
1 parent 0e1ceeb commit 316d492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/firstrun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ x"$SHELLS_USERNAME" != x ]; then
9595
gpasswd -a "${SHELLS_USERNAME}" autologin
9696
echo [SeatDefaults] > /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
9797
echo autologin-user=${SHELLS_USERNAME} >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
98-
echo autologin-user-timeout=1 >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
98+
echo autologin-user-timeout=0 >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
9999
echo user-session=xubuntu >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
100100
echo pam-autologin-service=lightdm-autologin >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
101101
echo "auth sufficient pam_succeed_if.so user ingroup nopasswdlogin" >> /etc/pam.d/lightdm

0 commit comments

Comments
 (0)