gconf: manually editing gnome panels

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

gconf: manually editing gnome panels

Post by ^rooker »

I lost some icons on my gnome panel and I tried to restore them manually.
Here's some stuff I've learned while trying to do that:
  • 1) Settings for those panels are stored in ~/.gconf/apps/panel
    2) field values are stored in "%gconf.xml" files. Subfolders represent hierarchy entries.
    3) Editing manually (vim) is a pain in the ass. I've used "gconf-editor" instead.
    You cannot delete keys using gnome-edit, you must delete the corresponding subfolders in the gconf file structure.
    4) Removing key entries (folders) manually, still show up in "gconf-editor" - until next reboot.
Panels are stored in this key: /apps/panel/toplevels/
Post Reply