Created attachment 142472 [details] Header SUMMARY Enabling Accent Color feature forces to show header even if the current color scheme doesn't have one. In the ~/.config/kdeglobals I can see [Colors:Header] section, which is missing from the original color scheme file. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.23.80 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.3 Graphics Platform: X11
Created attachment 142473 [details] Color scheme without header
Ugh. Can you attach the color scheme file that does have the inappropriately-added header section, for completeness' sake?
Created attachment 142480 [details] kdeglobals
Thanks, that's helpful. I'll see what I can do.
*** Bug 443815 has been marked as a duplicate of this bug. ***
Working on this. To fix it, it looks like I'm also going to need to fix Bug 438273, so I'll try to do that too. The issues are quite interrelated. In fact they're really the same issue, just applied to different places.
Never mind, they are independent issues.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1126
Git commit ebd4e8e9a229e8222409f9cf403826b50232ec52 by Nate Graham. Committed on 18/10/2021 at 21:30. Pushed by ngraham into branch 'master'. kcms/colors: Don't apply header accent colors to non-Header color schemes When applying an accent color, the color was added to the color scheme's Header color group. But not all color schemes have this group, and adding it made the color scheme break in creative ways. FIXED-IN: 5.23.1 M +8 -0 kcms/colors/colorsapplicator.cpp https://invent.kde.org/plasma/plasma-workspace/commit/ebd4e8e9a229e8222409f9cf403826b50232ec52
Git commit ef1b01c680ca1961757e4509f890d89def1cfc66 by Nate Graham. Committed on 18/10/2021 at 22:02. Pushed by ngraham into branch 'Plasma/5.23'. kcms/colors: Don't apply header accent colors to non-Header color schemes When applying an accent color, the color was added to the color scheme's Header color group. But not all color schemes have this group, and adding it made the color scheme break in creative ways. FIXED-IN: 5.23.1 (cherry picked from commit ebd4e8e9a229e8222409f9cf403826b50232ec52) M +8 -0 kcms/colors/colorsapplicator.cpp https://invent.kde.org/plasma/plasma-workspace/commit/ef1b01c680ca1961757e4509f890d89def1cfc66