92be15
diff -up GConf-3.2.6/gconf/gconftool.c.pkill-hack GConf-3.2.6/gconf/gconftool.c
92be15
--- GConf-3.2.6/gconf/gconftool.c.pkill-hack	2013-04-17 10:46:13.225426329 -0400
92be15
+++ GConf-3.2.6/gconf/gconftool.c	2013-04-17 10:48:25.963508300 -0400
92be15
@@ -916,8 +916,8 @@ main (int argc, char** argv)
92be15
 
92be15
       use_local_source = TRUE;
92be15
 
92be15
-      /* shut down daemon, this is a race condition, but will usually work. */
92be15
-      gconf_shutdown_daemon (NULL);
92be15
+      g_spawn_command_line_sync ("/usr/bin/pkill -HUP -f /usr/libexec/gconfd-2",
92be15
+                                 NULL, NULL, NULL, NULL);
92be15
     }
92be15
 
92be15
   if (config_source == NULL)