After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757779 - [window-list] Windows titles are hard to read (white over light gray)
[window-list] Windows titles are hard to read (white over light gray)
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-11-08 15:36 UTC by Sylvain Pasche
Modified: 2015-11-12 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of window-list buttons. (29.84 KB, image/png)
2015-11-08 15:36 UTC, Sylvain Pasche
  Details
Screenshot of window-list buttons with minimized window (9.86 KB, image/png)
2015-11-08 15:54 UTC, Sylvain Pasche
  Details
st: Fix Gaussian kernel calculation (1.27 KB, patch)
2015-11-12 00:02 UTC, Florian Müllner
committed Details | Review

Description Sylvain Pasche 2015-11-08 15:36:31 UTC
Created attachment 315078 [details]
Screenshot of window-list buttons.

(I'm aware of bug 756807, but this one is for the standard non-classic Gnome session).

Windows titles can be hard to read due to the low contrast between the white text and the light gray button background (see attachment).

By the way, is the change intentional? There wasn't such issue with the black button background in 3.16, and the window-list looked more consistent with the top bar.
Comment 1 Sylvain Pasche 2015-11-08 15:54:06 UTC
Created attachment 315080 [details]
Screenshot of window-list buttons with minimized window

Contrast is even worse with a minimized window.
Comment 2 Florian Müllner 2015-11-12 00:02:25 UTC
The following fix has been pushed:
9a7b47c st: Fix Gaussian kernel calculation
Comment 3 Florian Müllner 2015-11-12 00:02:38 UTC
Created attachment 315302 [details] [review]
st: Fix Gaussian kernel calculation

The result of subtracting unsigned operands is unsigned, which throws
off our calculation in case it should be negative.

This partly reverts 18b6f133952.