mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
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:
parent
41b77453d5
commit
eda88e846a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user