$OpenBSD: patch-gconf_gconfd_c,v 1.3 2010/09/30 07:32:49 ajacoutot Exp $
--- gconf/gconfd.c.orig	Sat Aug 28 23:11:12 2010
+++ gconf/gconfd.c	Tue Sep 28 08:00:26 2010
@@ -667,7 +667,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);
 
