[Fedora-spins] [spin-kickstarts] Desktop: Make AutomaticLogin understood by accounts service

Matthias Clasen mclasen at fedoraproject.org
Tue Mar 29 04:13:45 UTC 2011


commit eda88e846ac0623341c42a068b79a57d1c818f77
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Mar 29 00:11:54 2011 -0400

    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.

 fedora-live-desktop.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 8d14f65..65a44eb 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -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
 


More information about the spins mailing list