Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432912 - x11-themes/oxygen-gtk unreadable tooltips
Summary: x11-themes/oxygen-gtk unreadable tooltips
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 23:27 UTC by drftcicfn
Modified: 2012-08-27 20:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Current, bad readable tooltip. (scr_shot.png,12.03 KB, image/png)
2012-08-26 23:28 UTC, drftcicfn
Details
Example of more readable tooltip. (scr_shot1.png,12.65 KB, image/png)
2012-08-26 23:29 UTC, drftcicfn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drftcicfn 2012-08-26 23:27:21 UTC
Large tooltips especially with hyperlinks (eg. in eclipse-sdk) are nearly unreadable. Colors are badly chosen.

Reproducible: Always

Steps to Reproduce:
1. show a large tooltip in gtk-based application eg. move cursor to underlined error or warning in eclipse-sdk.
Actual Results:  
Text in tooltips is contrastless in comparison with background. As shown in first screenshont.

Expected Results:  
Tooltips should be more readable. Example is on second screenshot.

I've created quick and dirty workaround by editing /usr/share/themes/oxygen-gtk/gtk-2.0/kdeglobals.
This is a diff:
51c51
< BackgroundNormal=24,21,19
---
> BackgroundNormal=255,255,167
59,61c59,61
< ForegroundNormal=231,253,255
< ForegroundPositive=0,110,40
< ForegroundVisited=100,74,155
---
> ForegroundNormal=0,0,0
> ForegroundPositive=0,10,40
> ForegroundVisited=0,74,155
Comment 1 drftcicfn 2012-08-26 23:28:30 UTC
Created attachment 322330 [details]
Current, bad readable tooltip.
Comment 2 drftcicfn 2012-08-26 23:29:13 UTC
Created attachment 322332 [details]
Example of more readable tooltip.
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2012-08-27 07:53:36 UTC
Please report this upstream.
Comment 4 drftcicfn 2012-08-27 20:54:32 UTC
I've reported this to KDE's bugzilla. If someone else is interested, this is a link: https://bugs.kde.org/show_bug.cgi?id=305868