Home »
Public Forums »
archive »
Re: DISPLAY environment on Mac OS-X
Re: DISPLAY environment on Mac OS-X [message #41431] |
Thu, 21 October 2004 06:12 |
K. Bowman
Messages: 330 Registered: May 2000
|
Senior Member |
|
|
In article <20041021104152237+0200@medienmac>,
Dietrich Onnasch <onnasch@pedcard.uni-kiel.de> wrote:
> We are using IDL 6.1 on an Apple Dual G5 under Mac OS 10.3.5.
> I am reporting on a problem we had, and a solution. May be someone else
> has similar problems or a better solution.
Shell/environment issues always drive me nuts. We do this under tcsh
if ($?DISPLAY == 0) then
if ($?REMOTEHOST) then
setenv DISPLAY ${REMOTEHOST}:0
else
setenv DISPLAY :0
endif
endif
Perhaps that will solve your problem? (We still have issues with
locking the .Xauthority file.)
Ken Bowman
|
|
|
Current Time: Wed Oct 08 19:33:45 PDT 2025
Total time taken to generate the page: 0.00454 seconds