https://bugs.kde.org/show_bug.cgi?id=524686
Bug ID: 524686
Summary: Incorrect color for Tooltips on Windows and Linux
Appimage
Classification: Frameworks and Libraries
Product: frameworks-kcolorscheme
Version First 6.20.0
Reported In:
Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 195432
--> https://bugs.kde.org/attachment.cgi?id=195432&action=edit
Incorrect tooltip colors
Tootips in KDE applications always use the system's color scheme, not the
application color scheme.
This only affects Windows and AppImage.
To reproduce, open a recent (since Qt 6.10) Appimage (or Windows version), set
the application color theme to Breeze Dark (when using a light system color
theme), the tooltips will continue to use a light theme. This also makes the
"Press Shift for more" info invisible. Switching the app color theme has no
effect on tooltips. But switching the desktop theme switches the tooltip color.
The bug is visible in all recent KDE Applications AppImages and Windows
versions, for example Kdenlive, Kate, Digikam. Native Linux builds are not
affected.
The problem appeared with Qt 6.10, so not sure if we need to adjust
KColorScheme or it this is an upstream Qt bug.
You can see that the same code works in Kdenlive AppImage 25.12.0 (KF 6.20, Qt
6.9.2 ):
https://download.kde.org/Attic/kdenlive/25.12/linux/kdenlive-25.12.0-x86_64.AppImage
But it breaks in Kdenlive AppImage 25.12.0-B (KF 6.20, Qt 6.10.1 ):
https://download.kde.org/Attic/kdenlive/25.12/linux/kdenlive-25.12.0-B-x86_64.AppImage
I tried to debug the problem, by tweaking KColorScheme, but none of my changes
affected the tooltips colors.
Any hint or help welcome.
--
You are receiving this mail because:
You are watching all bug changes.