Consider a key like
/apps/metacity/global_keybindings/cycle_windows
I can access this this key using gconf-editor. However when I cd to ~/.gconf/apps/metacity I find an empty file named %gconf.xml and a directory called general which contanains another %conf.xml file which is like this:
<gconf>
<entry name="num_workspaces" mtime="an integer here" type="int" value="4"/>
</gconf>
My questions are,
- If the keys are stored somewhere else other than
.gconfwhat is the purpose of this directory and how can I interpret the contents of it? - The other question is, where are these keys stored and how can I access them?
P.S. I'm running 12.04 on virtual machine.
