Posted Jan 30, 2012 2:44 UTC (Mon) by Richard_J_Neill (subscriber, #23093)
[Link]
Well, it can be rather tricky to find out which conf-file does what, if you don't already know. If you don't know the key-name, section-name, or possible values, it's not easily discoverable.
BTW, In gnome, the easiest way to derive the changes is this:
1. Start with a clean distro installation.
2. Dump all the gconf keys.
3. Change lots of things to taste, within the GUI.
4. Dump all the gconf keys.
5. Use diff to discover the changes, and generate a script that will make these changes the next time.
gconf
Posted Jan 30, 2012 3:32 UTC (Mon) by HelloWorld (guest, #56129)
[Link]
I still don't get it. What stops you from doing just the same with .kde/share/config? diff -r is your friend.