Hi kaizer
the safest way I have found to set/unset auto login is to paste this in the terminal
- Code: Select all
gksu gedit /etc/gdm3/daemon.conf
and underneath
[daemon]
Add the next lines:
- Code: Select all
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=username
where username is your name
To stop auto login just change the true to false