Is there a way to launch an X11 app from the finder that does not invlove a terminal opening?

I have a couple of app.command scripts that look like:

#!/bin/sh
export DISPLAY=:0 #I'm doing this from the office, so this may be different
appname

This launches a terminal (OS X, not an xterm) which launches the app. I'd like to start the app without th terminal.

Thanks.

Mike



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to