Package Details: plasma6-applets-thermal-monitor-git 0.1.4.r0.g3d0878f-1

Git Clone URL: https://aur.archlinux.org/plasma6-applets-thermal-monitor-git.git (read-only, click to copy)
Package Base: plasma6-applets-thermal-monitor-git
Description: A KDE Plasmoid for displaying system temperatures. Latest commit.
Upstream URL: https://invent.kde.org/olib/thermalmonitor
Licenses: MIT
Conflicts: plasma6-applets-thermal-monitor
Provides: plasma6-applets-thermal-monitor
Submitter: cyqsimon
Maintainer: cyqsimon
Last Packager: cyqsimon
Votes: 58
Popularity: 1.41
First Submitted: 2024-03-09 09:07 (UTC)
Last Updated: 2024-03-26 01:08 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

olib141 commented on 2024-09-16 22:24 (UTC)

Hi, I'm the author of the plasmoid. As stated on the repo, it's not a direct continuation of Kotelnik's original or any of its forks, but inspired by it. This one doesn't use any API for sensors except Plasma's own (libksysguard and ksystemstats).

I have no intention to support any other sources, so if you have a problem with sensors not being found, I recommend you file a bug against ksystemstats: https://bugs.kde.org/enter_bug.cgi?product=ksystemstats

KozRoss commented on 2024-08-25 20:36 (UTC)

I am also seeing the same issue as haw1961: only the CPU temperature sensor is available, despite sensors showing me a whole lot of others.

haw1961 commented on 2024-07-20 14:04 (UTC)

Hi. I have installed Thermal Monitor many times and everything has worked fine so far. But this time this applet is behaving strangely: I can only add one sensor (CPU temperature). The others that I could add are not even offered (GPU + nvme). I can see all the values ​​in the console. And I can also display all the values ​​in KDE's own "System Monitor Sensor". Why doesn't this work anymore with Thermal Monitor?

cyqsimon commented on 2024-04-02 02:08 (UTC)

@simona please be more detailed than this. E.g. how did you build and install, and in what stage did what error/warn?

simona commented on 2024-04-01 22:48 (UTC)

plasma6-applets-thermal-monitor-git: /share already in filesystem

zhimsel commented on 2024-03-27 12:15 (UTC)

Ah, you are absolutely correct. I misread the package names and didn't see the -git omitted from the end. I thought the package was providing/conflicting with itself! Apologies.

cyqsimon commented on 2024-03-27 01:19 (UTC)

@zhimsel I believe @MarsSeed is correct.

https://wiki.archlinux.org/title/VCS_package_guidelines#Conflicts_and_dependencies

Include what the package conflicts with and provides (e.g. for fluxbox-git: conflicts=('fluxbox') and provides=("fluxbox=${pkgver}")). replaces=() generally causes unnecessary problems and should be avoided.

zhimsel commented on 2024-03-27 00:16 (UTC)

@MarsSeed I think you mean this package should provide/conflict the plasma5, not itself.

MarsSeed commented on 2024-03-25 21:58 (UTC)

Thank you for this package. I think in this case, replaces is not needed. And anyway it should generally be avoided on AUR.

However, please kindly add the following necessary and mandatory fields:

provides=(plasma6-applets-thermal-monitor)
conflicts=(plasma6-applets-thermal-monitor)

Thanks in advance!

zhimsel commented on 2024-03-24 17:07 (UTC)

Should this have a replaces on plasma5-applets-thermal-monitor-git? I just submitted a request to merge that package into this one now that it's no longer supported.