Good idea. I should've added ksysguard back in June when I made that previous comment.
I just pushed the PKGBUILD changes. I actually made ksysguard a required dependency, since (at least in my testing) it is required for it to display anything.
Git Clone URL: | https://aur.archlinux.org/plasma5-applets-thermal-monitor-git.git (read-only, click to copy) |
---|---|
Package Base: | plasma5-applets-thermal-monitor-git |
Description: | Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors |
Upstream URL: | https://gitlab.com/agurenko/plasma-applet-thermal-monitor |
Licenses: | GPL |
Conflicts: | plasma5-applets-thermal-monitor |
Provides: | plasma5-applets-thermal-monitor |
Submitter: | clearmartin |
Maintainer: | zhimsel |
Last Packager: | zhimsel |
Votes: | 55 |
Popularity: | 0.084248 |
First Submitted: | 2015-06-15 23:19 (UTC) |
Last Updated: | 2022-01-24 17:12 (UTC) |
Good idea. I should've added ksysguard back in June when I made that previous comment.
I just pushed the PKGBUILD changes. I actually made ksysguard a required dependency, since (at least in my testing) it is required for it to display anything.
Request to add: optdepends=('ksysguard' 'lm_sensors')
Note: to anyone suffering from this widget being broken after recent Plasma updates: make sure ksysguard
is installed and reboot. The sensors then showed up for me. YMMV.
Is this broken for anyone else with the recent Plasma updates? My GPU shows fine, but CPU is not listed.
I've just pushed PKGBUILD changes to use an actively-maintained fork, which includes the patches previously added in this package. Note: anyone rebuilding this package in an existing build dir will need to manually remove the old git clone directory (since it's a different source). If you use an AUR helper, make sure you tell it to "clean build".
@zhimsel Wow! That was really fast! Thank you very much for this.
@theforeigner: that's already patched in this package :)
Thank you very much @zhimsel for fixing this! I've been trying to figure it out myself for almost a month now.
I manually incorporated this fix as well, you might want to add it as it fixes a less serious, but very annoying bug for many users: https://github.com/kotelnik/plasma-applet-thermal-monitor/issues/16#issuecomment-569522108
Hm, interesting. It happens on my system, too. I tested that patch and it works as expected. I added it to the PKGBUILD. I'll also add it to the Fanspeed Monitor applet, since I maintain that package as well.
Submitted a PR to the upstream repo: https://github.com/kotelnik/plasma-applet-thermal-monitor/pull/69. Hopefully it's merged.
I recetly updated Plasma and opening the applet settings crashes plasmashell.
I found a GitHub issue about this but the upstream repo is unmaintained.
I also found a Reddit thread about this with some of the people claiming they fixed it.
Do you think you could make a patch that would fix the crash @zhimsel ?
nissen22: no worries, glad it's working now!
zhimsel:
I am using makepkg -sicr to install it manually, not using an AUR helper. makepkg -scCf didn't work either. I was using the patched pkgbuild. Using your newest version with the patch incorporated works though, thank you!
Martchus, thanks for your patch! I've added the patch to the PKGBUILD.
nissen22: I don't get that error when building on my machine. Can you make sure you're doing a clean build? If you're using mkpkg
directly, either use makepkg -scCf
or re-clone this repo to a new folder and try again.
Are you using an AUR helper?
Also, make sure you're on the latest version of this PKGBUILD. There is no line 80...
I get a build error: PKGBUILD: line 80: -DCMAKE_INSTALL_PREFIX=/usr: No such file or directory
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 and you are done
Would it be possible to patch this package momentarily? The author seems to be unresponsive (no activity on GitHub for the last 8 months) and this issue has cropped up: https://github.com/kotelnik/plasma-applet-thermal-monitor/issues/52. A pull request which apparently fixes the issue is here: https://github.com/kotelnik/plasma-applet-thermal-monitor/pull/54, you'd have to create a patch out of that and apply it in the PKGBUILD.
Pinned Comments
zhimsel commented on 2020-08-03 19:02 (UTC) (edited on 2020-08-03 19:03 (UTC) by zhimsel)
I've just pushed PKGBUILD changes to use an actively-maintained fork, which includes the patches previously added in this package. Note: anyone rebuilding this package in an existing build dir will need to manually remove the old git clone directory (since it's a different source). If you use an AUR helper, make sure you tell it to "clean build".