From eda88e846ac0623341c42a068b79a57d1c818f77 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 29 Mar 2011 00:11:54 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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