Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches/gconf-dbus-defaultpath.patch
blob: 07a0186b26cb6b076059b3d27195509418526741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff -ur GConf-dbus-2.16.0/gconf/default.path.in GConf-dbus-2.16.0-defaultpath/gconf/default.path.in
--- gconf/default.path.in.orig	2007-05-15 15:55:22.000000000 +0200
+++ gconf/default.path.in	2010-05-03 18:18:41.468971932 +0200
@@ -18,7 +18,7 @@
 include "$(HOME)/.gconf.path"
 
 # Give users a default storage location, ~/.gconf
-xml:readwrite:$(HOME)/.gconf
+xml:readwrite:$(HOME)/.sugar/$(ENV_SUGAR_PROFILE)/gconf
 
 # To read in any defaults settings that the Sys Admin may have created
 # prior to a desktop system upgrade. The SysAdmin can stick default values
@@ -26,7 +26,9 @@
 include @sysgconfdir@/2/local-defaults.path
 
 # Finally, look at the systemwide defaults
+xml:readonly:/etc/gconf/gconf.xml.defaults
 xml:readonly:@sysgconfdir@/gconf.xml.defaults
 
-
+# Upstream application defaults (maybe Debian-specific)
+xml:readonly:/var/lib/gconf/defaults