I have two systems (different motherboards) but both loaded recently with Mint 19 and all upgrades applied to both. Same software complement mostly. The cpu temp works flawlessly on my AMD 6300 but balks and displays 32F on the AMD 4100. I assume the kernel has to load some sensors... perhaps that is the difference. No big deal except trying to optimize case cooling for the system that's on 24/7. Anyone?
Dave
After updating to Cinammon 4.0.0 (on Arch Linux), the CPU temperature applet wont run. Log message:
[temperature@fevimu]: Extension is not compatible with current Cinnamon version
Latest Mint; Kernal 15.0-22; NCT6755 controller; Ryzen 1700;
Drop down is populated with correct values, but the one held inside the bar itself remains "NaN".
If NCT6775 isn't loaded, the dropdown still contains Temp1, and Temp2 and the bar still has "NaN".
This seems to have caused an issue with cinnamon for me (Mint 17.2 Rafaela), after installing via the applets widget, my desktop was frozen other than mouse functionality. Now it boots into a black screen with just a mouse pointer, nothing else works. Booting into advanced options and using startx in the terminal gets me a cinnamon desktop (without my usual settings) in which I can use Terminal but nothing else. I can't see any reference to temperature applet in .local/share/cinnamon/applets - how do I completely remove all traces of this applet and restore my desktop?
You have to log in like normal into cinnamon.
Once you are at the black screen please CRTL+ALT+F2. This will bring you to a console session.
Then login at the command prompt with your regular user.
Then remove the temperature applet files from these locations.
cd ~/.local/share/cinnamon/applets
rm -R temperature@fevimu
cd ~/.cinnamon/configs/
rm -R temperature@fevimu
Then reboot, you should be able to get into cinammon again.
this applet cause that cinnamon process consume a lot of memory (1GB every 24 hours).
The applet manager advertise that this applet uses bads functions.
I remove the applet and cinnamon only uses 160 MB (24 after).
Great applet and have been using it for years but doesn't work with Mint 17.3 since the applet updated today to the new version. Here is the error log, tell me if you need more info to help fix this? Cheers
error t=2018-01-18T09:46:57.549Z Initial settings schema file is not valid for temperature@fevimu
error t=2018-01-18T09:46:57.550Z Problem initializing settings for temperature@fevimu
error t=2018-01-18T09:46:57.550Z this.settings.bind is not a function
trace t=2018-01-18T09:46:57.550Z
<----------------
MyApplet.prototype._init@/home/kevin/.local/share/cinnamon/applets/temperature@fevimu/applet.js:31
MyApplet@/home/kevin/.local/share/cinnamon/applets/temperature@fevimu/applet.js:20
main@/home/kevin/.local/share/cinnamon/applets/temperature@fevimu/applet.js:402
createApplet@/usr/share/cinnamon/js/ui/appletManager.js:329
addAppletToPanels@/usr/share/cinnamon/js/ui/appletManager.js:256
finishExtensionLoad@/usr/share/cinnamon/js/ui/appletManager.js:59
loadExtension@/usr/share/cinnamon/js/ui/extension.js:451
onEnabledAppletsChanged@/usr/share/cinnamon/js/ui/appletManager.js:197
---------------->
error t=2018-01-18T09:46:57.550Z [Applet "temperature@fevimu"]: Failed to evaluate 'main' function on applet: temperature@fevimu/42
error t=2018-01-18T09:46:57.551Z Could not load applet temperature@fevimu
i have been running linux mint cinnamon on a test computer and so far the only thing not working is this applet. any idea when this will be made to work on 18.2 as its a great applet.
Thankyou
After Updating Linux Mint 18.1 to 18.2, the Applet causes little Hick ups, small Freezes every few seconds.
Hardware is a Intel NUC7i3BNK (Kaby Lake). Disabling the Applet and after restarting Cinnemon, everything is running smooth again. With Mint 18.1, there was no problem with this Applet on the same Hardware.
Seconding this - it's happening on my--recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E Dell Precision 5520 (Kaby Lake). Drove me nuts until I traced it back to this applet, I'd thought it was an issue with the graphics drivers.
I see this comment in the changelog: "remove panelMenu.js, which is unused but for 2 applets. There are a bunch of applets that import it but don't use it, all of which can be fixed now."
To fix this applet, simply remove the line "const PanelMenu = imports.ui.panelMenu;" from ~/.local/share/cinnamon/applets/temperature@fevimu/applet.js
On Mint 18.2 fails to init with:
error t=2017-07-04T18:34:12.910Z No JS module 'panelMenu' found in search path
trace t=2017-07-04T18:34:12.910Z
<----------------
@/home/me/.local/share/cinnamon/applets/temperature@fevimu/applet.js:3:7
Extension.prototype._init@/usr/share/cinnamon/js/ui/extension.js:155:13
Extension@/usr/share/cinnamon/js/ui/extension.js:116:5
loadExtension@/usr/share/cinnamon/js/ui/extension.js:449:25
init@/usr/share/cinnamon/js/ui/appletManager.js:47:9
start@/usr/share/cinnamon/js/ui/main.js:454:5
@<main>:1:31
---------------->
error t=2017-07-04T18:34:12.910Z [Applet "temperature@fevimu"]: Error importing applet.js from temperature@fevimu
error t=2017-07-04T18:34:12.910Z Could not load applet temperature@fevimu
Great stuff! Some feedback:
- How about some settings option where one can choose which adaptator to display? The one that appeared by default messed the indicator: I had a virtual device at 12 degrees (lower than the room temperature...) while my core temp was around 40 - 45. The end result was a display of 30 degrees, which doesn't make any sense for me. Commenting the line 267 in applet.js was my solution.
- Also, instead of using "°C" (two character), I replace it with the proper symbol: "℃" (one character) so it displays exactly like the symbol of the weather applet of "weather@mockturtl". Tiny detail indeed but it yields a much better look.
Log In To Comment!
46 Comments