GNOME Bugzilla – Bug 384781
Gconf not working properly after daemonize
Last modified: 2011-03-09 16:09:56 UTC
In the various daemons gconf doesn't work properly after the daemon has been forked. Either reading settings don't work, or notifications of changed settings don't work.
This is a tough one, but I've committed the first set of fixes. This seems to fix the daemons read gconf keys. However notifications don't seem to be working yet. 2006-12-11 Nate Nielsen <nielsen@memberwebs.com> * agent/seahorse-agent-main.c: * daemon/seahorse-daemon.c: * libseahorse/seahorse-gconf.c: * libseahorse/seahorse-gconf.h: Fix reading of gconf keys for daemons after forking. See bug #384781
This bug blocks bug 443561.
We no longer use notifications in the daemon, so closing. Additionally seahorse-daemon probably won't be around much longer, once libcryptui functionality is merged into libgcr.