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

Details

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

    Description

      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"
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes