Ticket #1434 (closed enhancement: fixed)

Opened 14 months ago

Last modified 12 months ago

Programs tested with "run" should open in Terminal.app on Osx; not xterm.

Reported by: bennie Owned by: bennie
Priority: minor Milestone:
Component: Run Version: 0.97
Keywords: OSX Cc:

Description

Terminal.app is the native terminal for OsX. It would be preferential for commands to run from there and not xterm.

Attachments

terminal.patch (737 bytes) - added by bennie 14 months ago.
Functioning patch on revision 19064. Utilizes applescript to spawn a terminal and run the program. There is a possible opportunity to hijack the perl command to use an in-DMG perl interpreter for running the application. Also, should there be a shell option to close the terminal when done? (IE: Return to close.) or a sleep as with the xterm command other OSes use.

Change History

comment:1 Changed 14 months ago by bennie

  • Owner set to bennie
  • Status changed from new to accepted

Changed 14 months ago by bennie

Functioning patch on revision 19064. Utilizes applescript to spawn a terminal and run the program. There is a possible opportunity to hijack the perl command to use an in-DMG perl interpreter for running the application. Also, should there be a shell option to close the terminal when done? (IE: Return to close.) or a sleep as with the xterm command other OSes use.

comment:2 Changed 14 months ago by bennie

  • Component changed from not classified yet to Run

comment:3 Changed 12 months ago by bennie

  • Status changed from accepted to closed
  • Resolution set to fixed

comment:4 Changed 12 months ago by bennie

Code committed as of r19121

Last edited 12 months ago by bowtie (previous) (diff)
Note: See TracTickets for help on using tickets.