how to run x applications from terminal.app
how to run x applications from terminal.app
- Subject: how to run x applications from terminal.app
- From: email@hidden
- Date: Tue, 21 Jan 2003 14:32:24 -0800
If I type it in Terminal.app it just says Cannot open diplay "(null)".
So I need to get an understanding of how to fix that but haven't
worked it out yet...
Put the following in your .cshrc or /etc/csh.login or equivalent:
if (! $?DISPLAY) then
setenv DISPLAY :0.0
endif
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.