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@
13 lines
546 B
Plaintext
13 lines
546 B
Plaintext
$OpenBSD: patch-gconf_gconfd_c,v 1.1 2009/10/24 10:23:02 ajacoutot Exp $
|
|
--- gconf/gconfd.c.orig Fri Oct 23 01:41:10 2009
|
|
+++ gconf/gconfd.c Fri Oct 23 01:41:47 2009
|
|
@@ -655,7 +655,7 @@ system_bus_message_handler (DBusConnection *connection
|
|
|
|
gconf_log (GCL_DEBUG, "System defaults changed. Notifying.");
|
|
|
|
- addresses.data = "xml:merged:/etc/gconf/gconf.xml.system";
|
|
+ addresses.data = "xml:merged:/var/db/gconf/gconf.xml.defaults";
|
|
addresses.next = NULL;
|
|
system_sources = gconf_sources_new_from_addresses (&addresses, NULL);
|
|
|