diff options
author | Christoph Wickert <cwickert@fedoraproject.org> | 2013-04-19 23:40:04 +0200 |
---|---|---|
committer | Christoph Wickert <cwickert@fedoraproject.org> | 2013-06-10 02:22:06 +0200 |
commit | c39657ad4a6dfaf2c93a8b225945074330cab0d9 (patch) | |
tree | ac09d39a54edb1ba1df183d2f7d68980d36c4c97 /fedora-livecd-lxde.ks | |
parent | 8723e16ad2780312397d9c965e65f99612cf3049 (diff) | |
download | spin-kickstarts-c39657ad4a6dfaf2c93a8b225945074330cab0d9.tar.gz spin-kickstarts-c39657ad4a6dfaf2c93a8b225945074330cab0d9.tar.xz spin-kickstarts-c39657ad4a6dfaf2c93a8b225945074330cab0d9.zip |
LXDE: We don't use parcellite any more, remove the autostart file
Diffstat (limited to 'fedora-livecd-lxde.ks')
-rw-r--r-- | fedora-livecd-lxde.ks | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks index aa61d2d..9254265 100644 --- a/fedora-livecd-lxde.ks +++ b/fedora-livecd-lxde.ks @@ -43,9 +43,6 @@ sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.d mkdir /home/liveuser/Desktop cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop -# Add autostart for parcellite -cp /usr/share/applications/fedora-parcellite.desktop /etc/xdg/autostart - # this goes at the end after all other changes. chown -R liveuser:liveuser /home/liveuser restorecon -R /home/liveuser |