Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-06-07 22:32:58 (GMT)
committer Anish Mangal <anish@sugarlabs.org>2011-09-19 13:35:57 (GMT)
commit24cdb7bc8e1d6dc7a64d335ba03c85357b3b502b (patch)
treeaf7dc5336f238053bddf93172123bb1efe8170c1
parent7a18d178facf14eaf97ffa9b8ca38251bac8467d (diff)
disable hot-corners
-rw-r--r--modules/sugar/kspost.50.gconf.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sugar/kspost.50.gconf.inc b/modules/sugar/kspost.50.gconf.inc
index f35f286..398cc77 100644
--- a/modules/sugar/kspost.50.gconf.inc
+++ b/modules/sugar/kspost.50.gconf.inc
@@ -12,3 +12,6 @@ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults
# Ask for the nick name when starting Sugar the first time
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /desktop/sugar/user/default_nick 'disabled'
+
+# 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