Summary: | List has wrong color until clicking on first item of it. Happens when launching from Krunner and Kinfocenter. | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | guimarcalsilva |
Component: | sidebarview | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, guimarcalsilva, nate, plasma-bugs-null |
Priority: | VHI | Keywords: | regression |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/systemsettings/commit/ef525ffd3ee4d9da1ae481b435ef4da571594b4d | Version Fixed In: | |
Sentry Crash Report: |
Description
guimarcalsilva
2020-11-18 03:07:08 UTC
Here's the video: https://youtu.be/TxfZATKhGZg I have just noticed the same thing is happening when clicking on "Devices" on Kinfocenter. Can confirm, sometimes. It seems semi-random for me. Can reproduce 100% by running `systemsettings5 formats`. Oddly, `systemsettings5 kcm_colors` causes the list to have the wrong color for a moment, and then it switches to the correct one. (In reply to Nate Graham from comment #4) > Can reproduce 100% by running `systemsettings5 formats`. > > Oddly, `systemsettings5 kcm_colors` causes the list to have the wrong color > for a moment, and then it switches to the correct one. Couldn't it be caused by the code used to color the "tools area"? It's been a while since I last tested Neon unstable but I don't remember seeing this bug before the tools area patch. A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/43 Git commit ef525ffd3ee4d9da1ae481b435ef4da571594b4d by David Edmundson. Committed on 05/01/2021 at 23:59. Pushed by davidedmundson into branch 'master'. [sidebar] Fix background colour of listview Kirigami.Theme.colorSet was set, but it was also set to inherit from the parent color set. One exists somewhere in systemsettings and it can override ours. M +1 -0 sidebar/package/contents/ui/CategoriesPage.qml M +1 -0 sidebar/package/contents/ui/SubCategoryPage.qml https://invent.kde.org/plasma/systemsettings/commit/ef525ffd3ee4d9da1ae481b435ef4da571594b4d |