GNOME Bugzilla – Bug 678394
[Patch] Make GConf support optional
Last modified: 2012-08-06 20:53:30 UTC
Created attachment 216735 [details] [review] make gconf support optional Gnome-sesion has fully been ported to using gsettings, but still depends on gconf for legacy reasons in autostarting applications. Make this support optional in order to make the gconf dependency optional too.
I think it would be better to use gconftool-2 and turn the build-time dep into a runtime one.
Maybe we could combine both? Making it optional and using gcontool-2 if it's enabled ?
If it is just a runtime dependency, there's no good reason to add ifdefs, imo
I won't have much time in the next weeks, if anybody is willing to do it quick, feel free to do so.
Looking more closely, it is not really possible to do this at runtime, because we need to monitor for key changes.
Attachment 216735 [details] pushed as 8baf35d - make gconf support optional Okay let's it push it (with minor typo fixes)