! 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 !
Minimized icons are dimmed in panel
Status:
RESOLVED: WONTFIX
Product:
Xfce4-panel

Comments

Description Mike 2011-08-26 08:14:21 CEST
Please do not force this on users. I hacked the code and recompiled for myself to disable the icon dimming, but the code already has support to variable dimming, all that needs to be implemented is a slider in the panel preferences. It is hard to see what the icons are when they are dimmed so this should be a user selected setting. Windows does not dim minimized icons.
Comment 1 Mike 2011-08-26 08:17:12 CEST
The culprit is here:

xfce4-panel-4.8.5/plugins/tasklist/tasklist-widget.c

#define DEFAULT_ICON_LUCENCY         (50)


Let this be variable or either switch from 50 or 100 in panel preferences.
Comment 2 Nick Schermer editbugs 2011-08-26 11:01:31 CEST
There is a hidden setting to control this (XfceTasklist::minimized-icon-lucency) see http://git.xfce.org/xfce/xfce4-panel/tree/docs/README.gtkrc-2.0
Comment 3 Mike 2011-08-27 19:59:32 CEST
Thanks for pointing out the fix.

Bug #7925

Reported by:
Mike
Reported on: 2011-08-26
Last modified on: 2011-08-27

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Attachments

Additional information