How to change GNOME main menu icon(Applications menu)
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
So no gconf registry methods for Debian Sid as of Now
I resolved the thing.I wan to add a debian logo left to applications menu(in debian,menu bar-what it is called).I have Tango theme for icons installed from apt repo.so went to /usr/share/icons/Tango/22x22/places/start-here.png and back up`ed there as start-here.png.bked .now start-here.png is been symlinked by gnome-main-menu and distributor-logo.png.
I added my debian logo renamed as start-here.png to /usr/share/icons/Tango/22x22/places/start-here.png
then restarted panel(killall gnome-panel) ,Voila,I got the icon changed.
so now i know that Debian panel GNOME menu bar by default uses 22x22 size icons.<---- Note that thank you
Once you've selected the icon you want, get into the configuration editor -- System Tools|Configuration Editor, or aptitude install gconf-editor if necessary. From there -- apps|panel|objects.
You will see a series of folders named object_0, object_1, etc. The trick now is to discover which of those objects is your menu application. Believe me, it could be any of them. Each folder contains a similar collection of information. The solution for me was to click thru all the objects watching the "position" key. Since my menu is at the left side of the panel, it was the one with the lowest number in that key. That turned out to be object_3.
From there on, it's a piece of cake. Click the checkbox for "use_custom_icon", then right-click on "custom_icon", select "Edit key..." and enter the full path to your chosen icon. (For me: /usr/share/pixmaps/menu32.png)
yes,there are entries as object_1,2 etc,all are for panel shortcuts and none was earlier there for GNOME Menu-bar.
But after i figured out the location of the icon and changed it to my icon,a new entry is there as:
object_7:containing all those what you explained :-|
earlier there was:
object_0
object_1
object_2
object_3
object_4
object_5
Now there is this entry automagically made:
object_7
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.