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:
parent
f45192abb2
commit
ab06f832ea
1 changed files with 2 additions and 1 deletions
|
@ -967,7 +967,8 @@ Private Sub Start(sCmd As String)
|
||||||
Select Case sProg
|
Select Case sProg
|
||||||
|
|
||||||
Case "konsole"
|
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"
|
Case "gnome-terminal"
|
||||||
' gnome terminal cannot hold at end
|
' gnome terminal cannot hold at end
|
||||||
|
|
Loading…
Reference in a new issue