Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/sugar/kspost.52.gconf-dextrose4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sugar/kspost.52.gconf-dextrose4.inc')
-rw-r--r--modules/sugar/kspost.52.gconf-dextrose4.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/sugar/kspost.52.gconf-dextrose4.inc b/modules/sugar/kspost.52.gconf-dextrose4.inc
new file mode 100644
index 0000000..006e37e
--- /dev/null
+++ b/modules/sugar/kspost.52.gconf-dextrose4.inc
@@ -0,0 +1,23 @@
+# 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
+
+#sdxo#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
+
+#sdxo#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
+
+#sdxo#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
+
+#sdxo#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
+
+