Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-15138

Run in terminal should close window after "press enter to close" on Mac

XMLWordPrintable

    • macOS
    • 8b4344f2a295db6ba0aad42148e67c62009bab79 (qt-creator/qt-creator/master)

      Run console app in terminal should close window after "press enter to close" on Mac

      The solution:

      /Applications/Qt\ Creator.app/Contents/Resources/scripts/openTerminal.command
      One line of script needs to be changed
      from:

      mArgs=${args[@]:0}
      

      to:

      mArgs=${args[@]:0}"; exit"
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kandeler Christian Kandeler
            115612 115612
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes