I want to run programs off the uni server (tkisem in particular) using X11.. I've run stuff off other peoples' computers in the past.. but that was using some other xwindows thing.. when I got to run it now, a window doesnt come up but a message:
..
someone told me to do "setenv DISPLAY this.is.my.ip:0.0"
..
Now, running "tkisem" results in nothing.. It looks like it's doing something but it doesn't show up anything.. "tkisem &" nets "[1] 23190" or similar..
any ideas here?
update:
it eventually comes up with the error
Code:
Application initialization failed: no display name and no $DISPLAY environment variable
Error in startup script: invalid command name "toplevel"
while executing
"toplevel .isem_debug"
(file "/home/units/comp226/IsemDir/Isem-4.5.7/real_tkisem" line 106)
someone told me to do "setenv DISPLAY this.is.my.ip:0.0"
..
Now, running "tkisem" results in nothing.. It looks like it's doing something but it doesn't show up anything.. "tkisem &" nets "[1] 23190" or similar..
any ideas here?
update:
it eventually comes up with the error
Code:
Application initialization failed: couldn't connect to display "60.227.204.212:0.0"
Error in startup script: invalid command name "toplevel"
while executing
"toplevel .isem_debug"
(file "/home/units/comp226/IsemDir/Isem-4.5.7/real_tkisem" line 106)