LWN.net Logo

Trustworthy sources...

Trustworthy sources...

Posted May 11, 2012 10:21 UTC (Fri) by ovitters (subscriber, #27950)
In reply to: Trustworthy sources... by michaeljt
Parent article: Notes from the Ubuntu Developer Summit (The H)

Maintenance of gconf is somewhat of a seperate thing.

GConf is part of the GNOME 2.x platform, not the 3.x one. Despite that, it is still available + works (builds, etc) + used in 3.x. We already started porting from gconf to gsettings during GNOME 2.x (status at https://live.gnome.org/GnomeGoals/GSettingsMigration). Various bits have been migrated before 3.0 and various after 3.0. The intention was that GNOME 3.0 would only use gconf. Unfortunately that wasn't feasable.

It is not possible is to have one component look at gconf and gsettings/dconf at the same time (for the same setting). That's also really weird to aim for IMO. Whenever possible, settings are migrated from gconf to gsettings/dconf.

GConf even during 2.x hasn't been actively maintained for many years. Even at the time that a lot of programs used it.

For every major release we made promises about what would be supported (API stability for gconf during 2.x). GConf deprecation happened various *years* ago. The result (things being ported) has been pretty gradual.


(Log in to post comments)

Trustworthy sources...

Posted May 11, 2012 17:42 UTC (Fri) by sciurus (subscriber, #58832) [Link]

I think you meant to say "The intention was that GNOME 3.0 would only use gsettings".

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds