https://bugs.kde.org/show_bug.cgi?id=355540
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |5.12.8 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-desktop/c6bab929ac252c0 | |53f46d1ddd07d9cc421db22bd --- Comment #51 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit c6bab929ac252c053f46d1ddd07d9cc421db22bd by Kai Uwe Broulik. Committed on 24/01/2019 at 07:35. Pushed by broulik into branch 'Plasma/5.12'. [KRDB] Also try wildcard tooltip It seems as though only tooltip background color was honored whereas text stayed at whatever default window text there was, leading to potentially unreadable text. FIXED-IN: 5.12.8 CHANGELOG: Fixed incorrect tooltip colors applied to GTK2 applications leading to unreadable text Differential Revision: https://phabricator.kde.org/D18482 M +1 -0 kcms/krdb/krdb.cpp https://commits.kde.org/plasma-desktop/c6bab929ac252c053f46d1ddd07d9cc421db22bd --- Comment #52 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit c394dc46fb73aaaf9c4a11a2596e69c0c474299d by Kai Uwe Broulik. Committed on 24/01/2019 at 07:34. Pushed by broulik into branch 'Plasma/5.12'. [KRDB] Write correct tooltip colors into gtkrc in kcminit kcminit for performance reasons is not desktop settings aware which means it won't load the plasma integration plugin and as such not apply the color scheme to Qt's widgets. When writing the GTK config, it would read them from kdeglobals directly. However, for tooltips it would use QToolTip::palette() which would then use Qt's default palette in kcminit. Use the QPalette we created from kdeglobals to get the tooltip colors instead. Differential Revision: https://phabricator.kde.org/D18482 M +4 -6 kcms/krdb/krdb.cpp https://commits.kde.org/plasma-desktop/c394dc46fb73aaaf9c4a11a2596e69c0c474299d -- You are receiving this mail because: You are watching all bug changes.