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