Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right Click Menu for Task Manager Needs Updated on Kubuntu 22.04 #126

Open
t3nk3y opened this issue Apr 25, 2022 · 0 comments
Open

Right Click Menu for Task Manager Needs Updated on Kubuntu 22.04 #126

t3nk3y opened this issue Apr 25, 2022 · 0 comments

Comments

@t3nk3y
Copy link

t3nk3y commented Apr 25, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant