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:28:26 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2013-01-10 18:28:26 (GMT)
commit8c8a58e29cf04e5dc1e0e545b24f352fb81a74c8 (patch)
tree89362c3b2b531ea0e34d6aac08607a5aee6aa98a
parent65e9f5630d720b67edb2cf99f473536be90e9e2c (diff)
Moved dx4 gconf keys into their own file
-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
+
+