That it what I should have meant ;-).
Craig Sutherland

"Who is John Galt"

On Nov 23, 2003, at 11:59 AM, Benjamin Reed 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
>snip<

Reply via email to