From d710eb434508994ecc4098635d4832ee72b5ea5b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 21 Jul 2012 15:02:37 -0600 Subject: Switch to lightdm. Clean up old stuff. Add more themes. --- fedora-livecd-xfce.ks | 19 ++++++++++--------- 1 file 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 <> /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 -- cgit