--- freevo-1.8.0/src/plugins/idlebar/system.py.orig	2008-04-24 18:27:44.028255564 +0200
+++ freevo-1.8.0/src/plugins/idlebar/system.py	2008-04-24 18:28:01.738066245 +0200
@@ -199,8 +199,8 @@
             self.pathform_path = config.SENSORS_PLATFORM_PATH
             self.i2cdev_path = config.SENSORS_I2CDEV_PATH
             self.kernel26 = False
-            self.senspath = self.getSensorPath()
             self.sensor = sensor
+            self.senspath = self.getSensorPath()
             self.compute_expression = compute_expression
             self.hotstack = hotstack
             self.washot = False
@@ -281,7 +281,8 @@
             for senspath in os.listdir(self.pathform_path):
                 testpath = os.path.join(self.pathform_path , senspath)
                 if os.path.isdir(testpath):
-                    return testpath
+                    if os.path.exists(os.path.join(testpath, '%s_max' % self.sensor)):
+                        return testpath
 
 
 
