Find the answer to your Linux question:
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 ...
  1. #1
    Linux User Mado's Avatar
    Join Date
    Jun 2003
    Posts
    255

    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...

  2. #2
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Use the locate command to find anything:
    Code:
    updatedb
    locate <filename>
    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.

  3. #3
    Linux User Mado's Avatar
    Join Date
    Jun 2003
    Posts
    255
    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...

  4. #4
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •