If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
if (! $?DISPLAY) then
setenv DISPLAY localhost:0.0
endif
in my .cshrc is the problem. If I do (as it says on the OroborOSX web pages)
unsetenv DISPLAY
source /sw/bin/init.csh
if (! $?DISPLAY) then
setenv DISPLAY localhost:0.0
endif
its OK.
Michael
Well, I guess we weren't much help here - but when you first mentioned it I suspected DNS lookup timeout which can easaily cause that kind of delay. What is your DISPLAY variable set to?