include liveinst.desktop, replace pavucontrol with gmixer and xfce4-notifd with notification-deamon and, update slim.conf

This commit is contained in:
Christoph Wickert 2009-10-07 02:04:54 +02:00
parent 6232a8d1b1
commit 1c28284314
1 changed files with 17 additions and 3 deletions

View File

@ -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