What Terminal command will dump all Gconf keys and values? ie the ones seen in gconf-editor

Solution 1:

To list all keys and values:

gconftool-2  --recursive-list /

To list all keys and values in xml format:

gconftool-2  --dump /

See man gconftool-2 for more info.