mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-23 07:43:07 +00:00
include liveinst.desktop, replace pavucontrol with gmixer and xfce4-notifd with notification-deamon and, update slim.conf
This commit is contained in:
parent
6232a8d1b1
commit
1c28284314
@ -34,7 +34,7 @@ epdfview
|
|||||||
mtpaint
|
mtpaint
|
||||||
|
|
||||||
# audio & video
|
# audio & video
|
||||||
pavucontrol
|
gmixer
|
||||||
lxmusic
|
lxmusic
|
||||||
asunder
|
asunder
|
||||||
gxine
|
gxine
|
||||||
@ -68,6 +68,10 @@ gnome-packagekit*
|
|||||||
PolicyKit-gnome
|
PolicyKit-gnome
|
||||||
-PolicyKit-kde
|
-PolicyKit-kde
|
||||||
|
|
||||||
|
# make sure xfce4-notifyd is not pulled in
|
||||||
|
-xfce4-notifyd
|
||||||
|
notification-daemon
|
||||||
|
|
||||||
# use yumex instead of gnome-packagekit
|
# use yumex instead of gnome-packagekit
|
||||||
#-gnome-packagekit
|
#-gnome-packagekit
|
||||||
#yumex
|
#yumex
|
||||||
@ -111,9 +115,19 @@ restorecon -R /home/liveuser
|
|||||||
cat >> /etc/slim.conf << FOE
|
cat >> /etc/slim.conf << FOE
|
||||||
auto_login yes
|
auto_login yes
|
||||||
default_user liveuser
|
default_user liveuser
|
||||||
authfile /var/run/slim/slim.auth
|
authfile /var/run/slim.auth
|
||||||
FOE
|
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
|
EOF
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user