13

After searching for a solution for a few days, I believe that this could be a bug. After increasing the height of the xfce-panel I noticed, that the icons of the window buttons remained small. Because this looks stupid and makes recognizing the icons harder than it has to be I want to increase the icon size of the window buttons of my xfce4-panel. I am running Linux Mint 14 Xfce, but this should affect everyone running Xfce 4.10.

The xfce docs tell me that I "can set a custom icon size in gtk-icon-sizes with the name panel-tasklist-menu. The default icon size is 16px". -- Source.

As far as I can tell this can be done in a few different ways:

  1. Using the graphical Settings Editor to customize the settings stored by Xfconf to add in the xsettings the Property IconSizes panel-tasklist-menu=32,32 (Or maybe just panel-tasklist-menu=32)

  2. Editing ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml directly, doing basically the same thing

  3. Adding gtk-icon-sizes="panel-tasklist-menu=32,32" to ~/.gtkrc-2.0

  4. Adding this to the gtkrc of my theme (/usr/share/themes/Mint-X/gtk-2.0/gtkrc)

As you can guess nothing worked. Now after a while of blind trial&error trying to guess the correct way to define the icon size, I surrender. I was able to change the size of pretty much all the other icons on the panel, but still the size of the window button icons eludes me.

Has anyone an idea how I can increase the icon size of the xfce4-panel window buttons? Or should I send a bug report?

Aditya
  • 13,416
jan
  • 131
  • "I am running Linux Mint 14 Xfce, but this should affect everyone running Xfce 4.10." But maybe there are some differences and you maybe better off asking in the official forum for your distro. –  Dec 27 '12 at 13:46
  • This does affect Xubuntu users with Xfce 4.8 see: http://ubuntuforums.org/showthread.php?p=12424004 – jan Dec 27 '12 at 14:26
  • Do you know where the icons are located? Are the icons of the size you need available? –  Dec 27 '12 at 15:24
  • The panel-tasklist-menu uses the current icon theme (located in my case in ~/.icons/Faenza). The icons are available in 32x32 and scalable in the .svg format – jan Dec 27 '12 at 18:46
  • Shooting in the dark but did you try putting them in /usr/share/icons as well as ~/.icons/Faenza? Also, have you asked at the Xfce forums? –  Dec 28 '12 at 03:29
  • I don't believe the icons are the problem, because I increased the icons on my desktop, in my menu and filemanager without any problems. I have not asked in the official Xfce forums because I thought askubuntu.com would deliver an answer faster... I will ask there now :D – jan Dec 28 '12 at 11:33
  • Any solution by now? I managed to adapt most icons like this: http://askubuntu.com/a/690420/34298 - This resizes all icons but the icons in the "Open Window Buttons" – rubo77 Oct 30 '15 at 05:23

1 Answers1

3

If you mean the Window Buttons panel plugin, then what you describe seems to be the behaviour when you have Show button labels enabled in the plugin Properties. This certainly sounds like a bug and you can report it on Xfce's Bugzilla.

You can improve the icon display if you uncheck that option, which will result in a Windows 7-like look of the tasklist (which I find more useful and easy to use). In this config, the icons are scaled appropriately.

landroni
  • 5,941
  • 7
  • 36
  • 58