Mike Mellor wrote:

#!/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.

Open the Apple Script Editor, type


do shell script "export DISPLAY=:0; source /sw/bin/init.sh; appname"

save as Application.

--
Martin



-------------------------------------------------------
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