-
Notifications
You must be signed in to change notification settings - Fork 63
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
Thermal monitor requires manual reload in every plasmashell restart #16
Comments
Yes, I'm now also noticing this since I've updated my Arch... Thanks! Will try to fix that soon. |
4.1.12-gentoo with kde-plasma/plasma-meta-5.6.1 is here and no such problems. |
Thanks for info. There really is a problem with property initialization - I believe I've repaired that in latest commits. Please re-test from git and let me know. If it is fine I'll create a new tag and post a .plasmoid on kde-apps. Thanks! |
Looks like no, it hasn't been resolved. I reinstalled from AUR git package. |
Thanks! I looked into the problem and it looks like it is a general problem of initialization of array and map properties in plasma widgets. They get re-initialized several times when plasma is starting but also e.g. when external monitor is connected / disconnected. It can (and will) be repaired on my (widget) side. But I consider it a bug in plasma 5.6 (or Qt 5.6, I'm not sure which one's fault is it) so I'll report it elsewhere. Please wait for my second attempt to repair this issue, I'll do that soon and get back to You. |
Committed second attempt to fix this. Please try again :). |
it seems that the one from AUR is working fine |
OK, thanks a lot, closing and making a tag. |
I'm running a laptop and an Intel NUC, both with KDE Frameworks 5.24 and KDE Plasma 5.7.1. |
not resolved in KDE Plasma 5.7 from gentoo |
Alright, thanks for reports, I'll investigate further. |
With KDE Frameworks 5.27 and KDE Plasma 5.8.1 it does work on my Intel NUC too. |
Here cpu temperature is not shown immediately after login. I need to reload thermal monitor manually. thermal monitor 1.2.9 |
I've now got the same problem since the last manjaro-update (see: here ) thermal monitor 1.2.8 / KDE 5.53.0 / Plasma 5.14.4 / Qt 5.12.0 on Kernel 4.20.0 |
After upgrading Qt and KDE, I have the same problem again. After start of Plasma CPU and MB temperature are not show, while disk temperature is. |
Who care about this problem maybe could goto #53 to check the reason(not sure). |
Same here since a couple of weeks |
yeah, having the same issue. did anyone figure out a workaround yet? |
@andreimarinescu @artemanufrij #54 check it! |
@roachsinai thank you for your feedback... |
@roachsinai I cloned your fork of the repo (the one used for the PR), followed the installation instructions and did a reboot. I still need to "Reload temperature sources" manually in order for the CPU temp to show up. Are there any other steps needed? |
Maybe you should read this issue #53 for some details. |
The problem still persists for me on two different computers. One running Arch and the other one Manjaro. |
for people who still have problems , simple solution go --> Copy Everything edit /home/your username/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml Paste Everything Save, Restart and you are done |
Thanks @wolfyrion! That worked perfectly! Do you know the reason why this is not already implemented as default? |
Still isn't. At least on Manjaro |
I also still have this problem on Ubuntu Linux, and the above-mentioned quick fix is working. Would I have gotten the fix if I had deleted the .local/share/plasma directory for my user? Don't want to try it now... |
Fixed here, Ubuntu 20.04, Intel x86_64. The diff for that is just :
|
When I start plasmashell thermal monitor does not automaticaly update itself. I have to right click and select reload every time I restarted plasmashell.
I'm using plasma 5.6 on Arch Linux
The text was updated successfully, but these errors were encountered: