Even better (based on your answer, thanks btw) - gconftool-2 --set /apps/panel/profiles/default/objects/main_menu/custom-icon -t bool true gconftool-2 --type string --set /apps/panel/profiles/default/objects/main_menu/custom-icon-file /path/to/something.png killall -9 gnome-panel You can always disable it by setting the '-t bool' to 'false'. Thanks for your help. > Message: 9 > Date: Wed, 9 Oct 2002 19:01:21 +0200 > From: cfraz <cfraz@wanadoo.fr> > To: psyche-list@redhat.com > Subject: Re: Lose the "red hat" gnome menu icon? Menu editor? > Organization: wanadoo.fr > Reply-To: psyche-list@redhat.com > > On 09 Oct 2002 10:15:53 -0500 > "psyche-list@ragweed.net" <psyche-list@ragweed.net> wrote: > > > Here's a trivial problem I can't seem to solve - how does one change the > > "red hat" icon for the GNOME menu? I liked the gnome foot much better. > > > > Also, what's the actual command (redhat-* or gnome-* ?) to edit the > > primary GNOME menu? > > > > Thanks very much. > > > > > from a previous answer on this list (H. Pennington) : > > gconftool-2 -R /apps/panel | less > > search for "menu-object" in there to find the right gconf directory > for the menu applet. > > It should contain a custom-icon key, change that to "true", then add > custom-icon-file in there with your icon filename. > > An example of how to set a gconf key would be: > gconftool-2 --type string --set \ > /apps/panel/profiles/default/objects/34234/custom-icon-file \ > /usr/share/pixmaps/foo.png > > Or try gconf-editor.