Craig Sutherland wrote:

# start some nice programs

xterm -geometry 78x25+50+50 &

setenv /sw/bin/kwin

# start the window managers

quartz-wm --only-proxy &

/sw/bin/startkde >/tmp/kde.log 2>&1

Your setenv line doesn't do anything; for one thing .xinitrc is always executed as bourne shell (setenv is a csh command), and there's only one argument. Perhaps you meant:

export KDEWM=/sw/bin/kwin

?


-- Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/ gpg: 6401 D02A A35F 55E9 D7DD 71C5 52EF A366 D3F6 65FE A computer scientist is someone who, when told to 'Go to Hell', sees the 'go to', rather than the destination, as harmful.


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to