mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Don't set no-longer-existing nautilus GConf keys
nautilus is no longer showing desktop icons anyway...
This commit is contained in:
parent
fae7f280df
commit
83d81edc57
@ -40,10 +40,6 @@ cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|||||||
chown -R liveuser.liveuser /home/liveuser/Desktop
|
chown -R liveuser.liveuser /home/liveuser/Desktop
|
||||||
chmod a+x /home/liveuser/Desktop/liveinst.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
|
# Turn off PackageKit-command-not-found while uninstalled
|
||||||
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user