GNOME Bugzilla – Bug 660460
don't use gconf
Last modified: 2011-09-29 14:33:32 UTC
folks seems to link against gconf. There's a single gconf key referenced in the code, and it doesn't even have a schema. If the key is necessary, you should use gsettings / dconf. But considering it is just a single key, maybe you can get by without it ?
(In reply to comment #0) > folks seems to link against gconf. > > There's a single gconf key referenced in the code, and it doesn't even have a > schema. > > If the key is necessary, you should use gsettings / dconf. But considering it > is just a single key, maybe you can get by without it ? The main reason we used GConf instead of GSettings to start with is that MeeGo didn't support GSettings. At any rate, we're planning to move onto GSettings soon. *** This bug has been marked as a duplicate of bug 647909 ***