SUMMARY When editing the page in System Monitor, if you select some object/tile and then back out by clicking Close on the pane that slides into view, it is impossible to select the same object again without first selecting some other object. STEPS TO REPRODUCE 1. Open System Monitor 2. click Edit Page 3. Select any object/tile, such as a CPU usage pie chart (which I think is there by default) 4. click Close in the properties pane in the upper right 5. Select the same object OBSERVED RESULT 6. Nothing happens. A different object/tile must be clicked first and backed out of before the properties of the first can be edited again EXPECTED RESULT 6. The original pane slides into view again uneventfully SOFTWARE/OS VERSIONS Linux/KDE Plasma: EndeavourOS/Arch x86_64 KDE Plasma Version: 6.3.0 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.2 ADDITIONAL INFORMATION I'm running Wayland.
Can reproduce.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/348
*** Bug 498231 has been marked as a duplicate of this bug. ***
Git commit 35528c7b46a874ffb842fa8c5fa13843f17f4467 by Arjen Hiemstra. Committed on 20/03/2025 at 10:36. Pushed by ahiemstra into branch 'master'. page: Fix re-selecting a face after closing the face configuration page This clears the active item when the face configuration page is closed, which allows re-opening the page by clicking the just-closed face. To avoid breaking things when changing from one face to another, we also no longer close and reopen the config page if a different face is selected, instead changing the object the config page acts upon. M +12 -0 src/page/EditablePage.qml M +2 -2 src/page/FaceConfigurationPage.qml M +11 -3 src/page/FaceControl.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/35528c7b46a874ffb842fa8c5fa13843f17f4467