-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Switching to new system monitor app #6
Comments
Hello, you have an source of that deprecation ? |
If you go to the bugzilla page (https://bugs.kde.org/enter_bug.cgi), you'll notice that it says "ksysguard: | System monitoring tool [up to Plasma 5.21]" while the new one says "plasma-systemmonitor: | Plasma's system monitoring tool [Plasma 5.21+]". If you read the blog posts from KDE team members they have also mentioned multiple times that they want to replace ksysguard, and it's for example no longer being packaged in the latest KDE updates in debian. |
Ok, But for make that change i need to find how i can detect what plasma version is run (for retro compatibility). And for that i don't know how i can to that.. |
One way to do it is this:
Outputs:
Another way would be to first try to launch By the way, I think also the libraries used for getting the usage statics were replaced with new ones, not just the app that opens when clicking it. |
Yes i know how to get plasma version, but i just don't know how i can have this information in QML for that line :
|
System managers from other DEs come to mind, but installing them just for one applet will be impractical. Maybe look over at the BTop and their implementation? |
The
ksysguard
app that this widget uses has been deprecated. Would be helpful to move to the new system activity app so that it would launch something similar to Ctrl+Esc when clicking the widget.The text was updated successfully, but these errors were encountered: