Quote:
Originally Posted by rvs
Btw. Do you know if there's an easy way to read the contents of gconf (besides gconf-editor)? Is it stored in one file or in multiple files?
|
gconftool-2 is the preferred way to interact with gconf settings.
The settings are stored in an folder structure with XML files under /home/root/.gconf, but changing them directly is not recommended as it bypasses caches, type validation and sanity checks.