You are not logged in.

#1 2016-02-01 13:44:47

doragasu
Member
Registered: 2012-03-03
Posts: 154

[SOLVED] LXDE: is it possible to change the menu icon size?

I want to use bigger menu icons. I have been googling, and I am able to change icon sizes for the panel and pcmanfm items (including desktop icons), but I have found no way of changing the icon sizes of the menu entries. Is it possible? How?

Last edited by doragasu (2016-02-02 16:00:34)

Offline

#2 2016-02-02 02:05:49

Ziusudra
Member
Registered: 2014-04-19
Posts: 120

Re: [SOLVED] LXDE: is it possible to change the menu icon size?

So, I was curious about this myself. After much googling and even looking at the source for the menu plugin I eventually kind of found the answer on the wiki.

Make (or edit) the file ~/.gtkrc-2.0.mine and add the line:

gtk-icon-sizes = "gtk-menu=24,24"

If the file ~/.gtkrc-2.0 doesn't exist, run lxappearance which will create it. That file will source the ~/.gtkrc-2.0.mine file.

You can make it take effect without logging out with:

lxpanelctl restart

This will make the menu icons in most any GTK2 app that size. To change just the lxpanel menu plugin icon size you would have to recompile lxpanel after changing the GTK_ICON_SIZE_MENU in plugins/menu.c. I don't know what you would change it to, however.

Last edited by Ziusudra (2016-02-02 02:06:13)

Offline

#3 2016-02-02 16:00:14

doragasu
Member
Registered: 2012-03-03
Posts: 154

Re: [SOLVED] LXDE: is it possible to change the menu icon size?

That did the trick, thanks a whole lot!

Offline

Board footer

Powered by FluxBB