
Plasma 5 Monitoring by kuser 52 comments

Plasma 5 Monitoring by kuser 52 comments
It might be a plasma or a local bug, because as mentioned, I dont have such issues - Jun 08 2022

Plasma 5 Monitoring by kuser 52 comments

Plasma 5 Monitoring by kuser 52 comments
find .local/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/ -type f -name '*.qml' -exec sed -ie 's/org\.kde\.ksysguard/org.kde.plasma-systemmonitor/' '{}' - Dec 04 2021

Plasma 5 Monitoring by kuser 52 comments
To answer the users, who want other apps started:
If someone is willing and able to implement what application is started, "org.kde.ksysguard", "org.kde.plasma-systemmonitor", "what ever other app", please do add a config in the UI, instead of replacing a hardcoded one with another hardcoded one.
Such approach doesn't solve the "problem", since there always will be someone who says, I prefer this or that app. The only solution in my opinion, which will work for every one, is to choose an app in the settings, with choice between ksysguard (default, because it is the upstream default), the new system-monitor and to make sure, it will work in the future (who knows what other apps will come), let the user type the name of the app to start.
With that said, am not going to change the code to start a specific app, sorry, but changing it manually is as easy as:
find ~/.local/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/ -type f -name '*.qml' -exec sed -ie 's/org\.kde\.ksysguard/org.kde.plasma-systemmonitor/' '{}' - Dec 04 2021

Plasma 5 Monitoring by kuser 52 comments
Ksysguard will still be available in the repositories, even after the change to the "new system monitor". I personally prefer ksysguard for various reasons: It is well tested, has some features that don't exist (yet) in the new one, like hovering on a process to show the process that started it (parent process), among other details. It is configurable, well the new one also, to some extent.
Honestly, I would prefer a setting in the UI to chose which application is started, instead of changing "hard coding" it. But since I can't code it myself, it is up to the community, if some one is willing to contribute, the link to the source code it the top of this page. - May 18 2021

Plasma 5 Monitoring by kuser 52 comments

Plasma 5 Monitoring by kuser 52 comments
A description of what the patch would do and what would be the end result (screenshot may be?) would be very nice! Thank you.
I failed to get a patch from what you send, patch/git patch can't process it... I thought about creating agit repo and upload somewhere, where people can contribute/ask questions etc. opendesktop.net would be a possibility. What do you think? - Apr 11 2021

Plasma 5 Monitoring by kuser 52 comments
If anyone else has the skills to implement it, I would be happy to adapt the change so that we all get it. - Apr 07 2021

Plasma 5 Monitoring by kuser 52 comments

Plasma 5 Monitoring by kuser 52 comments
1- Locate the plasmoid. Either /home/yourUserName/.local/share/plasma/plasmoids/org.kde.plasma.systemloadviewer or if installed system wide /usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer
2- Locate the following file inside folder from step 1: contents/ui/SystemLoadViewer.qml
The full path would be then:
/usr/share/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml (if system wide installed) or:
/home/yourUserName/.local/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml
3- Find and replace the following in two lines:
Find: kRun.openService("org.kde.ksysguard")
Replace with: kRun.openService("org.kde.plasma-systemmonitor.desktop")
As I said, there should be two lines, just replace the name of application in kRun.openService("newAppNameHere")
Note: Keep in mind to do this again IN CASE the widget is updated.
Thanks again for your feedback. I hope I could help. - Apr 07 2021

Plasma 5 Monitoring by kuser 52 comments

Plasma 5 Monitoring by kuser 52 comments
So am not going to add any changes from my side, not because I don't want, but because I don't have the skills. If there is an update from the original author(s), I would be happy to update it here as well. Every one (who can) is welcome to contribute changes/improvements... - Feb 16 2021

Plasma 5 Menus by Sho 155 comments
I have a question to the position of the search box and the categories:
Is it (currently) possible to position the search box (plus reboot,logout...) at the bottom and categories to the left?. If not : would you consider it for future releases? Thanks. - Jan 30 2017

Plasma Themes by ArquetypeLinux 7 comments