starting KDE?
source /sw/bin/init.sh
/sw/bin/startkde >/tmp/kde.log 2>&1
and it just makes my xdarwin automatically quit. If I try to manualy start kde through the xterm by typing "startkde" it says that there is no such command. I have also tried to edit my .xinitrc file to several other things that people have said to do and nothing works at all. The only way that I can get XDarwin to start and run is by having an .xinitrc file that reads:
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50 49451 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66 00 -name login
I have had trouble trying to get kde for some time now. For a while, I was having trouble compiling kde through fink because fink couldn't connect to any mirrors. I was able to get through the compile process today or at least that is what I think because after compiling for a while, I get a message at the bottom of fink commander saying, "done" but it is not saying "current" in the status column. Does anyone know how I could check to see if I have it? I am very confused right now, I am pulling my hair out trying to figure this out. On my desktopp running 10.3 I was able to just install kde through fink, edit my .xinitrc file and I was starting kde without a problem. Now when I try and put it on my ibook, first I have trouble finding it through fink, then I have trouble getting dependencies through fink, then I have trouble with the mirrors and now I'm stuck on the .xinitrc file (thats even if I have installed kde properly at all). I have no hair left to pull out anymore! Can someone please help me?
p.s. Bill Scott, I have followed all of the directions on your site, can you tell me what that was?
--Matt
Dual 1ghz G4 MDD, iBook 12" 1.33 mhz, iBook 12" 800 mhz, Mac OS X (10.3.9), OS X 10.4 on 1.33ghz iBook and OS X 10.3.9 on 800mhz iBook