$OpenBSD: patch-gconf_default_path_in,v 1.1 2002/08/30 19:42:52 nino Exp $ --- gconf/default.path.in.orig Mon Aug 26 12:19:15 2002 +++ gconf/default.path.in Mon Aug 26 12:20:13 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