File gconf2-schemas-path.patch of Package gconf2 (Revision 1296f7f1f850e2027408561d01081013)
Currently displaying revision 1296f7f1f850e2027408561d01081013 , Show latest
28
1
Index: gconf/default.path.in
2
===================================================================
3
--- gconf/default.path.in.orig
4
+++ gconf/default.path.in
5
6
# $(USERCONFIGDIR)/gconf (or $(HOME)/.gconf when it exists, for backward compatibility)
7
xml:readwrite:$(DEFAULTUSERSOURCE)
8
9
-# Location for system-wide settings that are set by the defaults mechanism
10
-xml:readonly:@sysgconfdir@/gconf.xml.system
11
+# Then look at the systemwide customizations
12
+xml:readonly:@sysgconfdir@/gconf.xml.defaults
13
14
# To read in any defaults settings that the Sys Admin may have created
15
# prior to a desktop system upgrade. The SysAdmin can stick default values
16
# system-wide in this file.
17
include @sysgconfdir@/2/local-defaults.path
18
19
-# Finally, look at the systemwide defaults
20
-xml:readonly:@sysgconfdir@/gconf.xml.defaults
21
-
22
+# Then check vendor preferences
23
+xml:readonly:@sysgconfdir@/gconf.xml.vendor
24
25
+# And finally look at the defaults defined by installed schemas
26
+xml:readonly:@sysgconfdir@/gconf.xml.schemas
27
28