Created attachment 3514 Adds support for getting temperature from /sys/class/thermal Since kernel version 2.6.37, the plug-in doesn't show the temperature anymore. This is caused by the c57b62f5b1e6dd69ff8c96f6db7f86ea31c0e21f kernel commit that removed support for /proc/acpi/thermal_zone. Attached is the patch that adds the code to get temperature from the new /sys/class/thermal interface, if /proc/acpi/thermal_zone is not avilable.