From 1c2828431473c2b39157ad79a8bbe1c870e766ea Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 7 Oct 2009 02:04:54 +0200 Subject: [PATCH] include liveinst.desktop, replace pavucontrol with gmixer and xfce4-notifd with notification-deamon and, update slim.conf --- fedora-livecd-lxde.ks | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks index dadeaa3..fe650bd 100644 --- a/fedora-livecd-lxde.ks +++ b/fedora-livecd-lxde.ks @@ -34,7 +34,7 @@ epdfview mtpaint # audio & video -pavucontrol +gmixer lxmusic asunder gxine @@ -68,6 +68,10 @@ gnome-packagekit* PolicyKit-gnome -PolicyKit-kde +# make sure xfce4-notifyd is not pulled in +-xfce4-notifyd +notification-daemon + # use yumex instead of gnome-packagekit #-gnome-packagekit #yumex @@ -109,11 +113,21 @@ restorecon -R /home/liveuser # set up timed auto-login for after 60 seconds # partititial fix for bug # 518068 cat >> /etc/slim.conf << FOE -auto_login yes +auto_login yes default_user liveuser -authfile /var/run/slim/slim.auth +authfile /var/run/slim.auth FOE +# Show harddisk install on the desktop +sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop +mkdir /home/liveuser/Desktop +cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop +chmod a+x /home/liveuser/Desktop/liveinst.desktop + +# this goes at the end after all other changes. +chown -R liveuser:liveuser /home/liveuser +restorecon -R /home/liveuser + EOF %end