[Fedora-spins] [spin-kickstarts/f19] SoaS: minor updates and cleanups

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 24 23:04:41 UTC 2013


commit a0962c6d9ecefda445e081c9b6eaf917bd17f498
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jun 25 00:04:31 2013 +0100

    SoaS: minor updates and cleanups

 fedora-livecd-soas.ks   |   12 +++++++-----
 fedora-soas-packages.ks |    3 +++
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks
index 2d78bed..b8cd720 100644
--- a/fedora-livecd-soas.ks
+++ b/fedora-livecd-soas.ks
@@ -65,13 +65,15 @@ vu.lux.olpc.Maze
 vu.lux.olpc.Speak
 EOF
 
-# set up auto-login
-cat > /etc/gdm/custom.conf << EOF
-[daemon]
-AutomaticLoginEnable=True
-AutomaticLogin=liveuser
+cat > /etc/sysconfig/desktop <<EOF
+PREFERRED=/usr/bin/sugar
+DISPLAYMANAGER=/usr/sbin/lightdm
 EOF
 
+# set up lightdm autologin
+sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
+sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
+
 # Don't use the default system user (in SoaS liveuser) as nick name
 gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /desktop/sugar/user/default_nick disabled >/dev/null
 
diff --git a/fedora-soas-packages.ks b/fedora-soas-packages.ks
index 27c2cfd..8ae69b6 100644
--- a/fedora-soas-packages.ks
+++ b/fedora-soas-packages.ks
@@ -29,9 +29,12 @@
 -libfprint
 -realmd
 -eekboard-libs
+-open-vm-tools*
 
 # == Core Sugar Platform ==
 @sugar-desktop
+-sugar-ruler
+sugar-cp-updater
 
 # Write breaks unless we do this (we don't need it anyway)
 # enable for testing in the F17 dev cycle


More information about the spins mailing list