Results 1 to 6 of 6

Thread: Oversized menu icons

Hybrid View

  1. #1
    Join Date
    Jun 2011
    Location
    Netherlands
    Beans
    146
    Distro
    Ubuntu

    Oversized menu icons

    When I click on the Xfce4 menu, there are 2 icons that are larger than the other icons, which makes them render on top of other menu items. To be specific, they are Lone Survivor installed using software center and a custom Eclipse launcher using the eclipse icon provided by eclipse as downloadable on their website.

    I have this issue since I did a fresh install of Xubuntu 12.10. I did not have this problem when running Xubuntu 12.04 with Xfce4.10 from the ppa.

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: Oversized menu icons

    I have exactly the same problem. The icons for eclipse and gv.

  3. #3
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Oversized menu icons

    gv seems to use a 50x50 pixmap as an icon. Have a look at the file /usr/share/applications/gv.desktop which states:
    Icon=/usr/share/pixmaps/gv_icon.xpm
    To fix this, you could change the icon to /usr/share/pixmaps/mini-gv.xpm (also included in the gv package)
    Code:
    Icon=/usr/share/pixmaps/mini-gv.xpm
    ...or any other icon file by editing the desktop file as root:
    Code:
    gksu leafpad /usr/share/applications/gv.desktop
    The same might apply to eclipse. Have a look at /usr/share/applications/eclipse.desktop.

  4. #4
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: Oversized menu icons

    Of you can do this but the point is that before the update the big icons were scaled to the correct size. I explicitly set in my .gtkrc-2.0 and .config/xfce4/.../xsettings.xml that I want 16x16 sizes but it doesn't obbey that.

  5. #5
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Oversized menu icons


  6. #6
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: Oversized menu icons

    I see. Thanks for the info. I guess there is not much to do.

Tags for this Thread

Bookmarks

Posting Permissions

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