A Gnome irritation
Here is one of my periodic irritations, posed as a question:
How do you revert a modern Gnome application's settings back to completely stock values?
In the traditional Unix world, programs wrote their settings to dotfiles (sometimes dot-directories). If you wanted to reset a program back to its starting state, you removed the program's dotfile or dotdir, and you were done. In the modern Gnome world, not so much, because dotfiles are old fashioned now.
(Oh, some programs still have dotfiles or dotdirs, and you'd better remove them too. This is part of the irritation.)
These days Gnome applications store most or all of their settings in gconf, which is one of those great big magic databases like the Windows Registry. And just like what happens with the Windows Registry, your gconf database will accrete all sorts of cruft over time as applications dump settings in there and they never get cleaned up. Maybe the application got removed; maybe you stopped using it; maybe the application changed the keys it uses and didn't clean up the old ones for various reasons.
So the answer to my question is 'you have to remove the application's keys from your gconf database somehow'. I am sure that there is a magic incantation of some utility that will do it, but I don't know what it is and it is not exactly documented. Apparently reverting settings is something that's supposed to be left up to applications, or just not considered important.
(One might innocently think that removing files from ~/.gconf
would do
it. Not so fast; you probably have a running gconfd
process which is
holding everything in memory too, and if you try this it will helpfully
rewrite those files you removed when you, say, log out.)
|
|