Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 7a2f8087db31db87c5ea6d74c816adb5 > files > 27

ksensors-0.7.2-9mdk.i586.rpm

--------------------------------------------------------------------------------
KSensors                                                Frequent Asked Questions
--------------------------------------------------------------------------------


1. Configure shows this error:
   cd . && aclocal
   cd . && automake --foreign --include-deps ./Makefile
   ./Makefile.am:5: EXTRA_DIST multiply defined in condition TRUE

      Ksensors don't work with Autoconf 2.5, downgrade to
      Autoconf 2.13 and Automake 1.4

2. When I try to run KSensors nothing is displayed, no window and
   no error message. But a ps or pstree shows a ksensors process.

      Enable KDE System Tray applet before execute ksensors.
      Menu KDE -> Panel Configuration -> Add -> Applet -> System Tray

3. KSensors bombs out complaining about a definition for class KColorButton:
   lmsensorscfgdesign.cpp:79: invalid use of undefined type `class KColorButton'
   lmsensorscfgdesign.h:17: forward declaration of class KColorButton'

      Edit "ksensors/lmsensorscfgdesign.cpp" file
      and insert this line:
      //-----------8<-------------8<------------
      #include <kcolorbutton.h>
      //-----------8<-------------8<------------
      at the beginning.

4.I'm compiling KSensors in KDE 3.0, and configure does not find qt3 libraries.

    Add qt3 dir path and --enable-mt  option to ./configure, for example:

    ./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3 --enable-mt