Sunday, March 2, 2008

How To: Change the default Ubuntu menu icon.

So it seems that many people are having a hard time changing the default Ubuntu menu icon, to something that they prefer. Well here in this guide I'm going to show you the proper steps to set up your icon theme to display the menu icon of your choice.

Here is a before screenshot:










So that is the mysterious icon that we are trying to change. So here we go ...

Step 1: Know what current icon theme you have, and where the location of it is. For example lets say I'm using an icon theme called "osx". If I installed that theme by myself it would be under /home/username/.icons/osx

So go ahead and find out what theme you are using, if you don't know, you can check by going to System> Preferences > Appearance then click on "Customize " and then click on the tab called "icons" this will tell you your current icon theme.

Step 2: Have the current image you want to use as the icon ready in a place that is easy to find, like your desktop.

Step 3: Create the proper folders in your icon themes folder. So like I was saying before, let say my theme is osx, right now its located in /home/username/.icons/osx . I need to create two folders in that osx folder.

So make a folder named "scalable" without the quotes, and then inside the "scalable" folder make a folder named "places"

So in the end you should end up with something like /home/username/.icons/osx/scalable/places

Step 4: In the places folder is where you want to drop the image you want to use as the icon. Now when you do this all you have to do is name that image "start-here.png" or "start-here.svg", once again without the quotes .

After that, open up a terminal and type in the following command to refresh you gnome panel:
killall gnome-panel



this should be your end result:


Follow this for all your icon themes that you have. Just make sure you have those two folder created inside your icon themes and name the icon you want to use start-here.png/svg, which ever extension, doesn't matter.

Until next time, enjoy!





1 comment:

AK said...

Thanks!!
It's the most concise tutorial of the subject!