! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Unable to make Application menu icons larger than 16 pixels
Status:
RESOLVED: WONTFIX
Product:
Xfce4-panel
Component:
Applications Menu

Comments

Description Stephen Ewen 2014-04-26 22:03:06 CEST
I'm using xfce4-panel version 4.11.0. Using documented Xfce methods, I am unable to increase the Application menu icons from the standard 16 pixels. This is a very serious impediment to visually impaired people.

In prior versions, I simply added a line to $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml such as

<property name="IconSizes" type="string" value="gtk-menu=24,24:gtk-button=24,24:panel-applications-menu=24,24:panel-directory-menu=24,24"/>

Now, that function no longer works but has apparently been taken over by gtkrc theming - see https://github.com/EasternHeart/heartlenv-shell/blob/master/docs/README.gtkrc-2.0

But that does not work either. Adding something like to my theme file merely breaks the theme.

style "applicationmenu-button"

    { 
        gtk-icon-sizes = "panel-applications-menu = 24,24"
    }
class "XfceApplicationsMenuPlugin"  style "applicationmenu-button"
widget "applicationmenu-button" style "applicationmenu-button"

Are we effectively left with hard-code 16 pixel menu icons, or is this a bug, or am I doing something wrong?

Bug #10848

Reported by:
Stephen Ewen
Reported on: 2014-04-26
Last modified on: 2020-05-21

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
Unspecified

Attachments

Additional information