summaryrefslogtreecommitdiffstats
path: root/fedora-live-desktop.ks
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-live-desktop.ks')
-rw-r--r--fedora-live-desktop.ks4
1 files changed, 0 insertions, 4 deletions
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 06700b3..aa8edf6 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -40,10 +40,6 @@ cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
chown -R liveuser.liveuser /home/liveuser/Desktop
chmod a+x /home/liveuser/Desktop/liveinst.desktop
-# But not trash and home
-gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/nautilus/desktop/trash_icon_visible false >/dev/null
-gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/nautilus/desktop/home_icon_visible false >/dev/null
-
# Turn off PackageKit-command-not-found while uninstalled
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf