ce2fd6972d
-- GConf is a configuration database system, functionally similar to the Windows registry but lots better. For more information about GConf and the GNOME project, visit: WWW: http://www.gnome.org/projects/gconf/ From marcm for gnome2
27 lines
929 B
Plaintext
27 lines
929 B
Plaintext
$OpenBSD: patch-gconf_default_path_in,v 1.1.1.1 2003/01/31 18:26:49 todd Exp $
|
|
--- gconf/default.path.in.orig Mon Aug 26 13:06:35 2002
|
|
+++ gconf/default.path.in Mon Aug 26 13:08:24 2002
|
|
@@ -6,20 +6,15 @@
|
|
# See the GConf manual for details
|
|
|
|
# Look first in systemwide mandatory settings directory
|
|
-# (commented out until xml backend knows how to be read-only for users)
|
|
-xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.mandatory
|
|
+xml:readonly:/var/db/gconf/gconf.xml.mandatory
|
|
|
|
# Now see where users want us to look - basically the user can stick arbitrary
|
|
# sources in a ~/.gconf.path file and they're inserted here
|
|
include "$(HOME)/.gconf.path"
|
|
|
|
# Give users a default storage location, ~/.gconf
|
|
-
|
|
xml:readwrite:$(HOME)/.gconf
|
|
|
|
# Finally, look at the systemwide defaults
|
|
-# (commented out for now)
|
|
-xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.defaults
|
|
-
|
|
-
|
|
+xml:readonly:/var/db/gconf/gconf.xml.defaults
|
|
|