On 18 Nov, 2004, at 12:43, Alexander K. Hansen wrote:
source /sw/bin/init.csh
This is wrong. .xinitrc is _always_ processed by the sh shell (e.g. bash), and so you'd need
. /sw/bin/init.sh
instead. I don't think it's likely to be causing your problem, though.
I'm using tcsh as my shell:
<<inline: pastedGraphic3.tiff>>
Thanks for getting back to me.
