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: 62
Popularity: 0.77
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 »

cyqsimon commented on 2026-01-16 05:31 (UTC)

@iyanmv Thanks for investigating. Although I must say I don't think it's a good idea to do custom patching in packaging code for what is clearly a problem that should be addressed upstream. Not to mention that you already submitted an issue there and the author is responsive. So I think it's best we wait for upstream to provide a fix, alongside the other "few things" they mentioned.

As a general principle of mine it is imperative to stay faithful to upstream code; doing anything but that would be at minimum a misrepresentation of what I'm shipping. Shipping a non-canonical fix while the author is already working on a canonical one seems to be overstepping the author's authority.

iyanmv commented on 2026-01-15 18:21 (UTC)

Can you add this in the prepare() function so that the applet works fine with Plasma 6.6 Beta 1 (currently in [kde-unstable])?

sed -i 's/PlasmaCore.Theme.textColor/Kirigami.Theme.textColor/g' $_pkgname/package/contents/ui/{Compact,Full}Delegate.qml

I opened an issue upstream: https://invent.kde.org/olib/thermalmonitor/-/issues/24

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.