Settings -> Environment -> Terminal to Launch Console Programs...
What is the correct parameter list here ?? When I run a program the console window pops up briefly and then closes. Only way to run program from IDE is with debugger using Shift+F7. Help appreciated.
xterm -T $TITLE -egnome-terminal --title=$TITLE -xFrom Settings > Environment, replaceThis is outdated and won't work with a gnome-terminal spawning a single process (the one in gnome3).Codewithxterm -T $TITLE -eCode.gnome-terminal --title=$TITLE -x