Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2012-11-29 20:31:14 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2012-11-29 20:31:14 (GMT)
commit0b43dff2509cf3673fee6bd4f3a71f77d1613ac8 (patch)
tree141b90e81d9e43c0c9d213c365b0a5d2c12ddf08
parent1165f776a742a59a613d5f256409d1ebdd1033ef (diff)
Added gconf keys for dx4 international build
-rw-r--r--modules/x11/kspost.90.tweaks.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/x11/kspost.90.tweaks.inc b/modules/x11/kspost.90.tweaks.inc
index eca5848..2b70c1b 100644
--- a/modules/x11/kspost.90.tweaks.inc
+++ b/modules/x11/kspost.90.tweaks.inc
@@ -192,6 +192,25 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
# 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