|
GConf - Definition and Overview |
|
|
GConf is a system used by the GNOME desktop environment for storing configuration settings for the desktop and applications.
Changes to this system are controlled by gconfd, a daemon. gconfd watches out for changes to the database, and when they are changed, it applies the new settings to applications using it. This technology is known as "auto-apply", compared to "explicit-apply", which requires users to press an OK or Apply button to make changes come into effect.
The gconf database by default uses a system of directories and XML files, stored in a directory called ~/.gconf. Gconf can also use other backends, such as a database server, but XML file storage is the most common configuration.
The application Gconf-editor is provided to allow users to change settings manually, but it is not usually used for end user preferences. These should be provided by the application, but hasn't in some cases, causing upset among users. (see man gconf-editor article for details)
|
Example Usage of GConf |
 |
seanhodges: Mark Shuttleworth "A preference or GConf key is rarely the best thing." https://lists.launchpad.net/ayatana/msg00861.html |
 |
mario291187: @dreiko2014 Si wey, luego te digo como hacerle, es con el GConf-editor, ahà le meneas y no tienes que meterte al nautilus directamente |
 |
jstedfast: Hacked up a GConf schema for F-Spot yesterday, might do some more hacking today since it's too cold to do much else |
|
|