SUMMARY In the list view, clicking any process selects it. In the tree view, this only works for the root processes (systemd or kthreadd). Right-clicking a process in the tree view offers to “Terminate 0 processes”, i.e. also does not select them. STEPS TO REPRODUCE 1. System Monitor > Processes 2. Switch to the tree view mode 3. Left-click or right-click a process other than the tree root OBSERVED RESULT Cannot select or terminate the process. EXPECTED RESULT Can select or terminate the process. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20231226 KDE Plasma Version: 5.91.90 KDE Frameworks Version: 5.248.0 Qt Version: 6.6.1 Graphics Platform: Wayland ADDITIONAL INFORMATION
Can reproduce.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/251
Git commit b81ec13926f90dfcd465d806182fd9e7176d0182 by Arjen Hiemstra. Committed on 13/02/2024 at 11:32. Pushed by ahiemstra into branch 'master'. table: Use upstream table selection behavior Rather than manually implementing table selection behaviors, use those provided by upstream TableView. This ensures things work in tree view mode, it gives us interrupted selection and generally improves behavior. M +0 -34 src/table/BaseCellDelegate.qml M +26 -84 src/table/BaseTableView.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/b81ec13926f90dfcd465d806182fd9e7176d0182
Git commit 38311d798afd046b841f27436f336b3348da38e7 by Arjen Hiemstra. Committed on 14/02/2024 at 10:57. Pushed by ahiemstra into branch 'Plasma/6.0'. table: Use upstream table selection behavior Rather than manually implementing table selection behaviors, use those provided by upstream TableView. This ensures things work in tree view mode, it gives us interrupted selection and generally improves behavior. (cherry picked from commit b81ec13926f90dfcd465d806182fd9e7176d0182) M +0 -34 src/table/BaseCellDelegate.qml M +26 -84 src/table/BaseTableView.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/38311d798afd046b841f27436f336b3348da38e7