-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Bug] My CPU is a bit cold #661
Comments
I'm sorry we don't offer a Win client, how do you run it in Win? |
I don't run it on Windows. I open the browser on Windows. I run it on Debian 11. |
Can you run "cat /sys/class/thermal/thermal_zone0/temp" and "cat /sys/class/hwmon/hwmon0/temp1_input" and give me the results? |
submitted a fix for this #677 basically, the cpu temp is not always in thermal_zone 0. don't think we need to search hwmon too - they are created as part of thermal_zone registration, if I'm reading the doc right: Test Evidence:
|
Thanks for the submission @mojothemonkey2 , I've merged it and will update it in a later release. |
@Lars- This problem has been fixed in v0.3.8, can you upgrade to v0.3.8 to verify if this problem has been fixed? |
Done, it works now! Thank you all! |
Describe the bug
The temperature indicator in the system status widget reports -263200 degrees Celsius
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Report a normal temperature
Screenshots

Desktop (please complete the following information):
Additional context
I think I once saw it at a normal temperature, but I don't know why. It runs on an Intel NUC and it's the only application on the system.
The text was updated successfully, but these errors were encountered: