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