plasma-applet-tiledmenu
plasma-applet-tiledmenu copied to clipboard
Right Click Menu for Task Manager Needs Updated on Kubuntu 22.04
Kubuntu 22.04 has ksysguard replaced with plasma-systemmonitor This causes the right-click menu item "Task Manager" to fail to open anything.
/package/contents/ui/Main.qml should be updated to check for the existence of these two applications and pick one that exists.
plasma-systemmonitor resides in the same place ksysguard did, /usr/applications/plasma-systemmonitor.desktop
Workaround
I was able to workaround this issue by duplicating /usr/applications/plasma-systemmonitor.desktop in to the /home/username/.local/share/applications/ path as ksysguard.desktop
cp /usr/applications/plasma-systemmonitor.desktop /home/username/.local/share/applications/ksysguard.desktop