Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2013-01-10 18:29:29 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2013-01-10 18:29:29 (GMT)
commitb781b4bdd054bdbd56d312b0eccab99603dad342 (patch)
treedfe87c21d6e973427ca4006182e60f2ffbb08ae9
parent8c8a58e29cf04e5dc1e0e545b24f352fb81a74c8 (diff)
Moved dx4 gconf keys into their own file
-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