$OpenBSD: patch-gconf_gconfd_c,v 1.4 2011/04/04 13:14:45 ajacoutot Exp $
--- gconf/gconfd.c.orig	Mon Apr  4 13:52:07 2011
+++ gconf/gconfd.c	Mon Apr  4 15:01:49 2011
@@ -667,7 +667,7 @@ system_bus_message_handler (DBusConnection *connection
 
 	  gconf_log (GCL_DEBUG, "System defaults changed.  Notifying.");
 
-	  addresses.data = "xml:merged:" GCONF_ETCDIR "/gconf.xml.system";
+	  addresses.data = "xml:merged:/var/db/gconf/gconf.xml.system";
 	  addresses.next = NULL;
 	  system_sources = gconf_sources_new_from_addresses (&addresses, NULL);
 
