Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/x11/kspost.90.tweaks.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/x11/kspost.90.tweaks.inc')
-rw-r--r--modules/x11/kspost.90.tweaks.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/x11/kspost.90.tweaks.inc b/modules/x11/kspost.90.tweaks.inc
index aa2f078..f237f72 100644
--- a/modules/x11/kspost.90.tweaks.inc
+++ b/modules/x11/kspost.90.tweaks.inc
@@ -191,33 +191,6 @@ ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.8
# disable login sound
rm /usr/share/gnome/autostart/libcanberra-login-sound.desktop
-
-# disable hot-corners (some deployments begged us to do it, let's see how many will beg us to revert this)
-gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t int /desktop/sugar/frame/corner_delay 1000
-
-
-# enable ad-hoc icon
-gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/sugar/network/adhoc true
-
-# From http://sugardextrose.org/projects/dextrose/wiki/Gconf-keys
-# gconf keys for dx4-international build
-
-#2662 Lease-Duration information in "My Settings" -> "About My Computer"
-gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set /desktop/sugar/extensions/aboutcomputer/display_lease --type bool True
-
-#2669 System-Resources feature (gconf-controllable)
-gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set /desktop/sugar/frame/show_network_resources --type bool True
-
-#2671 Add "nm-connection-editor" in "My Settings" -> "Network" (gconf-controllable)
-gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set /desktop/sugar/extensions/network/show_nm_connection_editor --type bool True
-
-#2663 XO-Model-Number in "My Settings" -> "About My Computer"
-gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set /desktop/sugar/extensions/aboutcomputer/display_model --type bool True
-
-
-
-
-
# Create an alternative tmp dir that is not in ramdisk, empty on every boot
echo "rm -rf /usr/local/tmp" >> $INSTALL_ROOT/etc/rc.local
echo "mkdir /usr/local/tmp" >> $INSTALL_ROOT/etc/rc.local