summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-xfce.ks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2012-07-21 15:02:37 -0600
committerKevin Fenzi <kevin@scrye.com>2012-07-21 15:02:37 -0600
commitd710eb434508994ecc4098635d4832ee72b5ea5b (patch)
tree0b9b0682da6d6855efe8b652290d1a297049a0c2 /fedora-livecd-xfce.ks
parent776252e75ab84cd05243d4fa9a3be3c6ea79701b (diff)
downloadspin-kickstarts-d710eb434508994ecc4098635d4832ee72b5ea5b.tar.gz
spin-kickstarts-d710eb434508994ecc4098635d4832ee72b5ea5b.tar.xz
spin-kickstarts-d710eb434508994ecc4098635d4832ee72b5ea5b.zip
Switch to lightdm. Clean up old stuff. Add more themes.
Diffstat (limited to 'fedora-livecd-xfce.ks')
-rw-r--r--fedora-livecd-xfce.ks19
1 files changed, 10 insertions, 9 deletions
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 7c880d4..3c5cbc6 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -81,9 +81,6 @@ gnome-bluetooth
xscreensaver
xdg-user-dirs-gtk
-# FIXME: work around #746693
-metacity
-
# default artwork
fedora-icon-theme
adwaita-cursor-theme
@@ -93,6 +90,12 @@ greybird-gtk2-theme
greybird-gtk3-theme
greybird-xfce4-notifyd-theme
greybird-xfwm4-theme
+albatross-gtk2-theme
+albatross-gtk3-theme
+albatross-xfwm4-theme
+bluebird-gtk2-theme
+bluebird-gtk3-theme
+bluebird-xfwm4-theme
# command line
irssi
@@ -172,6 +175,7 @@ xfwm4-themes
cat > /etc/sysconfig/desktop <<EOF
PREFERRED=/usr/bin/startxfce4
+DISPLAYMANAGER=/usr/sbin/lightdm
EOF
cat >> /etc/rc.d/init.d/livesys << EOF
@@ -197,12 +201,9 @@ rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
-# set up auto-login
-cat >> /etc/gdm/custom.conf << FOE
-[daemon]
-AutomaticLoginEnable=True
-AutomaticLogin=liveuser
-FOE
+# set up lightdm autologin
+sed -ei '|^#autologin-user=|autologin-user=liveuser|' /etc/lightdm/lightdm.conf
+sed -ei '|^#autologin-user-timeout=0|autologin-user-timeout=10|' /etc/lightdm/lightdm.conf
# Show harddisk install on the desktop
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop