Bug #8987 2006-10-02 21:54

afb

Mac OS X: console apps should run with Terminal, not xterm

Here is the only "equivalent" I could find:

xterm -e ${SCRIPT}

-->

osascript -e 'tell app "Terminal" to do script "${SCRIPT}"'

The multiple-level quoting is hell, however.

So we might need to enhance the call code ?

BTW:

This is for wxMac only, as wxGTK should still use xterm.

The "osascript" sends an AppleScript to Terminal.app...

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2007-03-24 12:58
Assigned to
afb
afb 2006-11-27 22:57

Also changing LD_LIBRARY_PATH -> DYLD_LIBRARY_PATH for Darwin.

afb 2007-03-24 12:58

Fixed in r3750