Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-06-07 22:32:58 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-06-07 22:32:58 (GMT)
commit6c2aa4c55c7a9f0e5d8a9ac8b0a38292147d8be6 (patch)
tree6640a15f12c04c980ce0247e6e2fc0041baf255e /modules
parent20b0d928f810aa47be44b742fd496eed98b9945d (diff)
disable hot-corners and automatic user selection
Diffstat (limited to 'modules')
-rw-r--r--modules/sugar/kspost.50.gconf.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/sugar/kspost.50.gconf.inc b/modules/sugar/kspost.50.gconf.inc
index 2a01cd3..38506fb 100644
--- a/modules/sugar/kspost.50.gconf.inc
+++ b/modules/sugar/kspost.50.gconf.inc
@@ -19,4 +19,8 @@ chown -R olpc:olpc /etc/powerd/flags
# set empty jabber server so that no gabble connection is attempted by default
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /desktop/sugar/collaboration/jabber_server ''
+# let users choose their username
+gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /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