Recent

Author Topic: How to make IDE to run console apps in an external terminal?  (Read 3213 times)

geek893

  • New Member
  • *
  • Posts: 24
OS: Debian Unstable

Before you say "Use    'Run parameters ' ", I must mention that I already tried it and I don't know how to make it work. I checked "Use launching application" and then entered "/usr/bin/xfce4-terminal". But instead of running console apps in the terminal it just opens the terminal in the working directory.

Screenshot:
https://i.imgur.com/U4ahDpo.png

geek893

  • New Member
  • *
  • Posts: 24
Re: How to make IDE to run console apps in an external terminal?
« Reply #1 on: June 21, 2016, 02:35:14 pm »
I completely deleted Lazarus, including all configuration files. Then I installed it again. After that I noticed new content of the line below "Use launching application":
Code: Bash  [Select][+][-]
  1. /usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)

I've replaced it with the following line:
Code: Bash  [Select][+][-]
  1. /usr/bin/xfce4-terminal -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)

Now it works as I planned.

 

TinyPortal © 2005-2018