SUMMARY When customizing the overview page, you can't assign different colors to each sensor other than the defaults. STEPS TO REPRODUCE 1. Start systemmonitor for the first time (I've erased ~/.local/share/plasma-systemmonitor/overview.page) 2. Click on "Edit Page" 3. Add a new column to the top row 4. Add 2 sensors to that column 5. Pick a new color to one of them by clicking on the color square beside the name 6. Pick another color by clicking on the square on the other sensor OBSERVED RESULT Both sensors are assigned the color chosen on step 6. EXPECTED RESULT When picking a color on step 6, the color chosen during the step 5 should remain. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: 5.11.6 (available in About System) KDE Plasma Version: 5.21.3 KDE Frameworks Version: 5.80 Qt Version: 5.15.2 ADDITIONAL INFORMATION
When I edit colors, the colors in the chart change but not in the legend, do you see the same?
Created attachment 136794 [details] gif illustrating the situation Not really, I've attached a gif showing what happens.
Ah yes, I can reproduce it
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libksysguard/-/merge_requests/140
Git commit ed89bbf919c0e2cf4b3a5a0c32978314e9e10e20 by David Redondo. Committed on 18/03/2021 at 10:57. Pushed by davidre into branch 'master'. Assign a new color when configuring sensor colors For some weird reason what we did had the effect of getting a reference to the color of the ColorDialog. So when changing a sensor color it would change the colors of all sensor colors that where configured before. FIXED-IN:5.21.4 M +1 -1 faces/ConfigSensors.qml https://invent.kde.org/plasma/libksysguard/commit/ed89bbf919c0e2cf4b3a5a0c32978314e9e10e20
Git commit 265337b6901f9170e8151412a5033c71fc79d00e by David Redondo. Committed on 18/03/2021 at 11:18. Pushed by davidre into branch 'Plasma/5.21'. Assign a new color when configuring sensor colors For some weird reason what we did had the effect of getting a reference to the color of the ColorDialog. So when changing a sensor color it would change the colors of all sensor colors that where configured before. FIXED-IN:5.21.4 (cherry picked from commit ed89bbf919c0e2cf4b3a5a0c32978314e9e10e20) M +1 -1 faces/ConfigSensors.qml https://invent.kde.org/plasma/libksysguard/commit/265337b6901f9170e8151412a5033c71fc79d00e
*** Bug 434859 has been marked as a duplicate of this bug. ***