Sorry, I was wrong. The patch was already applied to KDE 3.5.9. The problem is a renamed variable.
Fedora solves the problem with a patch. The patch from kdebase3-3.5.9-10.fc9.src.rpm is attached. -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
Index: ksysguard/ksysguardd/Linux/lmsensors.c =================================================================== --- ksysguard/ksysguardd/Linux/lmsensors.c (Revision 779545) +++ ksysguard/ksysguardd/Linux/lmsensors.c (Revision 779546) @@ -29,7 +29,7 @@ #include "lmsensors.h" -#ifdef HAVE_LMSENSORS +#ifdef HAVE_SENSORS_SENSORS_H #include <sensors/sensors.h> #ifndef SENSORS_API_VERSION @@ -293,7 +293,7 @@ #endif } -#else /* HAVE_LMSENSORS */ +#else /* HAVE_SENSORS_SENSORS_H */ /* dummy version for systems that have no lmsensors support */