Summary: | Selected items on the desktop sometimes inappropriately have black text | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Paragoumba <kde.fossil822> |
Component: | Color scheme | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Keywords: | qt6, regression |
Version: | 5.90.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/62c28925a0b06f75942665478eeae4df74e46753 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screenshot of the settings and the dark text |
I can occasionally reproduce this. I haven't been able to figure out the condition that triggers it. I'm pretty sure it's a regression from https://invent.kde.org/plasma/plasma-desktop/-/commit/af9238626f6aaf40fb8270dc4b46fbbb5371212e though. FWIW the accent color isn't related here; the text color is hardcoded to white, because it has a shadow behind it that's hardcoded to black. Other colors don't really make sense in this context. Ah, I think I got it. Git commit 62c28925a0b06f75942665478eeae4df74e46753 by Nate Graham. Committed on 07/12/2023 at 23:17. Pushed by ngraham into branch 'master'. Folder View: fix text color for desktop icons The conditions were mis-designed so we checked for selection status without also checking whether we were in list view, which is the only place where it matters. M +8 -5 containments/desktop/package/contents/ui/FolderItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/62c28925a0b06f75942665478eeae4df74e46753 |
Created attachment 163944 [details] screenshot of the settings and the dark text SUMMARY STEPS TO REPRODUCE 1. Use Breeze Dark 2. Change the color to white (#fff) in the settings 3. Select a file on the desktop OBSERVED RESULT The text is dark with a dark shadow, making it hard to read EXPECTED RESULT The text color should be different, maybe white on dark shadow SOFTWARE/OS VERSIONS Linux/KDE Plasma: ArchLinux KDE Plasma Version: 5.90.0 KDE Frameworks Version: 5.246.0 Qt Version: 6.6.1 ADDITIONAL INFORMATION