mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 12:09:26 +02:00
launching in terminal now keeps terminal open after execution
git-svn-id: trunk@3929 -
This commit is contained in:
parent
d2e497dc13
commit
0161fb4831
@ -171,7 +171,7 @@ implementation
|
||||
const
|
||||
DefaultLauncherApplication =
|
||||
'/usr/X11R6/bin/xterm -T ''Lazarus Run Output'''
|
||||
+' -e bash -i -c ''$(TargetCmdLine)''';
|
||||
+' -e $(LazarusDir)/tools/RunAndWait.sh $(TargetCmdLine)';
|
||||
|
||||
function ShowRunParamsOptsDlg(RunParamsOptions: TRunParamsOptions):TModalResult;
|
||||
var
|
||||
@ -457,7 +457,7 @@ begin
|
||||
Items.Add(DefaultLauncherApplication);
|
||||
{$IFNDEF win32}
|
||||
Items.Add('/usr/bin/gnome-terminal -t ''Lazarus Run Output'''
|
||||
+' -x bash -i -c ''$(TargetCmdLine)''');
|
||||
+' -e ''$(LazarusDir)/tools/RunAndWait.sh $(TargetCmdLine)''');
|
||||
{$ENDIF}
|
||||
EndUpdate;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user