install problems
Brought to you by:
jonasge
I have red had 7.3 and compile kacpi-0.6.kde3,
and works !
but, the installation is a kind weird,
/usr/bin/install -c -p kacpi /usr/local/kde/bin/kacpi
/usr/local/kde/bin is not in my path I had to move to
/usr/local/bin
/usr/local/kde/share/applnk/Utilities/kacpi.desktop is
the only one in this directory and doesnt appear in
kicker I have to move to
/usr/share/applnk/Utilities/.
when I call kacpi kacpi dont found mini_battkacpi.png etc..
at last root give me
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kacpi path = <unknown> pid =
2230
Logged In: NO
I will try to help you, but my Workstation is out of work.
I use an other maschine wih no linux, so I can't try it.
If kde is installed in the /usr/ you musst do this:
./configure --prefix=/usr
make
make install
or you copy the /usr/local/kde/share/icons/*mini*.png
to /usr/share/icons
I hope this work.
bye
Jonas