mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-23 07:43:07 +00:00
LXDE: add xcompmgr, fix slim.auth and liveinst.desktop
This commit is contained in:
parent
b67d836544
commit
3aa7d96804
@ -54,6 +54,7 @@ NetworkManager-gnome
|
|||||||
galculator
|
galculator
|
||||||
xpad
|
xpad
|
||||||
cups-pdf
|
cups-pdf
|
||||||
|
xcompmgr
|
||||||
|
|
||||||
# make sure kpackagekit doesn't end up the LXDE live images
|
# make sure kpackagekit doesn't end up the LXDE live images
|
||||||
gnome-packagekit*
|
gnome-packagekit*
|
||||||
@ -115,14 +116,12 @@ 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.auth
|
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
# Show harddisk install on the desktop
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
||||||
mkdir /home/liveuser/Desktop
|
mkdir /home/liveuser/Desktop
|
||||||
cp /usr/share/applications/liveinst.desktop /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.
|
# this goes at the end after all other changes.
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
chown -R liveuser:liveuser /home/liveuser
|
||||||
|
Loading…
Reference in New Issue
Block a user