Desktop: Make AutomaticLogin understood by accounts service

gdm doesn't care for upper- or lowercase, but the accountsservice
currently only accepts 'True'. The upshot is that the liveuser does
not appear to have autologin enabled in the user accounts panel
in GNOME, when it really should.
This commit is contained in:
Matthias Clasen 2011-03-29 00:11:54 -04:00
parent 41b77453d5
commit eda88e846a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE
[daemon]
AutomaticLoginEnable=true
AutomaticLoginEnable=True
AutomaticLogin=liveuser
FOE