I get it in degrees F and it is wrong. If I do
e
but the temperature widget reports it as 57.5 F
The conversion that I know to be true and correct as a chemistry teacher is 1.8C = F - 32, or as an estimate, the Fahrenheit is double the Celsius and add 30.
46*2 + 30 would give 122F as ballpark.
It should be reporting, if it picks Fahrenheit (and I don't know how to configure it to use Celsius, as there seems to be no option) 46C as 114.8F
Is this a bug?
Code:
cat /proc/acpi/thermal_zone/TZ00/temperature temperature: 46 C
but the temperature widget reports it as 57.5 F
The conversion that I know to be true and correct as a chemistry teacher is 1.8C = F - 32, or as an estimate, the Fahrenheit is double the Celsius and add 30.
46*2 + 30 would give 122F as ballpark.
It should be reporting, if it picks Fahrenheit (and I don't know how to configure it to use Celsius, as there seems to be no option) 46C as 114.8F
Is this a bug?
Comment