df551c50f6
LDAP and policykit support are disabled. Bring a patch from Fedora so that the gconf daemon gets killed when gconftool-2 is run; this should fix some applications startup after first installation. ok jasper@
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
$OpenBSD: patch-gconf_default_path_in,v 1.6 2009/10/24 10:23:02 ajacoutot Exp $
|
|
--- gconf/default.path.in.orig Wed Aug 19 17:35:32 2009
|
|
+++ gconf/default.path.in Fri Oct 23 01:43:28 2009
|
|
@@ -6,12 +6,12 @@
|
|
# See the GConf manual for details
|
|
|
|
# Look first in systemwide mandatory settings directory
|
|
-xml:readonly:@sysgconfdir@/gconf.xml.mandatory
|
|
+xml:readonly:/var/db/gconf/gconf.xml.mandatory
|
|
|
|
# To read in any mandatory settings that the Sys Admin may have created
|
|
# prior to a desktop system upgrade. The SysAdmin can stick read-only system
|
|
# wide sources in this file.
|
|
-include @sysgconfdir@/2/local-mandatory.path
|
|
+include /var/db/gconf/2/local-mandatory.path
|
|
|
|
# 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
|
|
@@ -21,15 +21,15 @@ include "$(HOME)/.gconf.path"
|
|
xml:readwrite:$(HOME)/.gconf
|
|
|
|
# Location for system-wide settings that are set by the defaults mechanism
|
|
-xml:readonly:/etc/gconf/gconf.xml.system
|
|
+xml:readonly:/var/db/gconf/gconf.xml.system
|
|
|
|
# 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
|
|
# system-wide in this file.
|
|
-include @sysgconfdir@/2/local-defaults.path
|
|
+include /var/db/gconf/2/local-defaults.path
|
|
|
|
# Finally, look at the systemwide defaults
|
|
-xml:readonly:@sysgconfdir@/gconf.xml.defaults
|
|
+xml:readonly:/var/db/gconf/gconf.xml.defaults
|
|
|
|
|
|
|