[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

blank screen on kde from cvs



On Monday 15 July 2002 08:22 am, Wendy Rayner wrote:
> Hello,
> On woody, i built kde from cvs, however all i see is a blank screen on
> start. I followed the instructions on kde.org on installing 2 versions of
> kde: set .bash_profile as:
> KDEDIR=/usr/local/kdecvs
> QTDIR=/usr/local/qt
> KDEHOME=~/.kdecvs
> PATH=$PATH:$KDEDIR/bin:$QTDIR/bin
> LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib
> export KDEDIR QTDIR KDEHOME PATH LD_LIBRARY_PATH MANPATH
> -----------------
> and put starkde in .xinitrc
>
> The end part on the output from X is as follows:
>
> (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
> Could not init font path element unix/:-1, removing from list!
> QObject::connect: No such slot QObject::newClient(int)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> QObject::connect: No such slot QObject::slotTerminate()
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> QObject::connect: No such slot QObject::slotCleanDeadConnections()
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> xinit:  connection to X server lost.
> ----------------------------
> i'm using qt-3.0.4
> (I deleted all the .DCOP* stuff and /tmp stuff before starting X)
>
> any ideas ?
> thanks, Andy

well to answer my own question...
I changed the order on the PATH line to:
PATH=$KDEDIR/bin:$QTDIR/bin:$PATH

and now it works....


-- 
To UNSUBSCRIBE, email to debian-kde-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: