When I launch kbear is crashes immediately with the
folllowing errors:
QObject::connect: Cannot connect (null)::aboutToShow()
to KBear::fillWindowMenu()
KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kbear path = <unknown> pid =
15115
Thank You
Logged In: YES
user_id=145300
This is probably caused by incorrect paths or that KBear is
installed outside the kde dirtree.
Make sure that you're login script setup a correct KDE
environment. If you use a bash shell the file to edit is
~/.bash_profile
Add these lines to the file:
KDEHOME=$HOME/.kde3
KDEDIR=where_kde_is_installed
QTDIR=where_qt_is_installed
PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
LD_LIBRARY_PATH=$KDEDIR/lib:$QTDRI/lib:$LD_LIBRARYPAT
H
LIBRARY_PATH=$KDEDIR/lib:$QTDRI/lib:$LIBRARY_PATH
export KDEDIR QTDIR PATH LD_LIBRARY_PATH