Page 1 of 1

Login screen ... bug ?

Posted: Thu Jul 14, 2011 12:36 pm
by kaizer
I tried earlier to change the login creen settings via the control center. Wanted to setup automatic login but I am not allowed to do the change. If I click the lock (click to make changes) ... nothing is happening. I guess this is a bug ...

Re: Login screen ... bug ?

Posted: Thu Jul 14, 2011 2:09 pm
by ukbrian
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

Re: Login screen ... bug ?

Posted: Fri Jul 15, 2011 2:42 am
by kaizer
Hi Ukbrian,
gonna try that tonight.
Thank you

Re: Login screen ... bug ?

Posted: Fri Jul 22, 2011 5:21 am
by kaizer
I can say the method given by ukbrian worked .. but I still think this is a bug as it should be possible to change this basic settings without going through the terminal

Re: Login screen ... bug ?

Posted: Sat Jul 23, 2011 5:22 pm
by secipolla
Well, it is a bug but I would say it won't be fixed simply because gdm3 is going to be updated from 2.30 to 3.0
3.0 doesn't even have that app to set the autologin (yet) and uses /etc/gdm3/daemon.conf so...