On Saturday 30 Mar 2002 7:42 pm, TB wrote: > I compiled KDE3.0rc3 for my system and I am wondering, how do I boot into > it? I am currently using Libranet linux (based on debian), and when I start > up, I get a gnome login manager where I can choose which window manager I > want to boot into, but I can't figure out how to add kde 3 to my choices. > Any ideas?
Assuming you built kdm and had it installed into /usr/local/kde (the default) then add a line into /etc/inittab kde:5:respawn:/usr/local/kde/bin/kdm You will also need to setup a .xsession file in your home directory with #!/bin/sh # setup for kde development export QTDIR=/usr/src/kde/qt-copy export KDEDIR=/usr/local/kde #Set up library path export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib export PATH=~/bin:$QTDIR/bin:$KDEDIR/bin:$PATH export MANPATH=$QTDIR/man:$MANPATH exec startkde -- Alan Chandler [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

