The IDE now does not run 'konsole' with arguments it does not understand anymore for no reason.

[DEVELOPMENT ENVIRONMENT]
* BUG: Do not run 'konsole' with arguments it does not understand anymore for no reason.
This commit is contained in:
gambas 2017-08-23 19:20:28 +02:00
parent f45192abb2
commit ab06f832ea

View file

@ -967,7 +967,8 @@ Private Sub Start(sCmd As String)
Select Case sProg
Case "konsole"
aExec.Insert(["konsole", "--nofork", "--caption", sTitle, "--hold", "--name", Project.Name & "-output", "-e"], 0)
' "--caption", sTitle
aExec = ["konsole", "--nofork", "--hold", "--name", Project.Name & "-output", "-e", aExec.Join(" ")]
Case "gnome-terminal"
' gnome terminal cannot hold at end