Hello,
I changed the setting Environment->General->Change Console Program
from: xterm -T $TITLE -e
to: gnome-terminal -T $TITLE -e
but that does not start any terminal at all.
I am on Ubuntu.
TIA
A little search even google should have shown this:
gnome-terminal --disable-factory --hide-menubar -t $TITLE -x
Nevertheless, tht's what I use and it works fine for me.
I did not see it when I searched. Thx for posting.
Can I prevent terminal from closing once the program is done?
In your projcts properties (ab Build targets)), chose Console as app-type and check "Pause when execution ends" or check "Project -> Set program's arguments -> Run host in terminal" .
It worked - thank you.