Craig Sutherland
"Who is John Galt"
On Nov 23, 2003, at 11:59 AM, Benjamin Reed wrote:
# start some nice programsYour 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:
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
export KDEWM=/sw/bin/kwin
>snip<