nano /etc/gdm3/daemon.conf
Look for the lines :
# AutomaticLoginEnable = true
# AutomaticLogin = user1
Remove the # signs before each line and replace user1 with your own username.
So in my case ( username = eric ) these lines will look like :
So in my case ( username = eric ) these lines will look like :
AutomaticLoginEnable = true
AutomaticLogin = eric
To see it working switch to tty1 :
CTRL + ALT + F1
Login as root and then :
/etc/init.d/gdm3 restart
To see it working switch to tty1 :
CTRL + ALT + F1
Login as root and then :
/etc/init.d/gdm3 restart
its not working in my case on Jessie beta with gnome 3
ReplyDeleteJust google for more recent info, this post might be too old.
ReplyDeleteWorks like a charm on Debian 7.7. Thanks !!
ReplyDelete