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