Results 1 to 4 of 4
I've tried a bunch of stuff, and searched online, but haven't been able to figure out how to do it.
In GConf, the icon for the main menu is still ...
- 10-27-2005 #1
Replacing the Ubuntu logo on the menu
I've tried a bunch of stuff, and searched online, but haven't been able to figure out how to do it.
In GConf, the icon for the main menu is still listed as the default Gnome-logo-icon-transparent.png. I searched for the ubuntu logo, and hte only one I could find that looked like the main menu one was in /usr/share/hwdb-client/ubuntu-logo.png
Any help?Live in the sunshine, swim the sea, drink the wild air...
- 10-28-2005 #2Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Use the locate command to find anything:
The updatedb isn't necessary if your database has been updated recently (it's updated every day at 1:00am if the computer is on). If it hasn't been updated, use the updatedb command.Code:updatedb locate <filename>
- 10-28-2005 #3
I figured it out.
For future reference, in 5.10, the logo is
/usr/share/icons/hicolor/48x48/apps/distributor-logo.png
Changing that let's you edit the icon for the main menu, but the logo is still on the menu bar. Haven't figured that out yet...Live in the sunshine, swim the sea, drink the wild air...
- 10-29-2005 #4Just Joined!
- Join Date
- Sep 2004
- Posts
- 59
this will replace the ubuntu logo with the gnome logo:
sudo mv /usr/share/icons/hicolor/48x48/apps/distributor-logo.png /usr/share/icons/hicolor/48x48/apps/distributor-logo.png.bak
killall gnome-panel


Reply With Quote
