I have problem on Ubuntu system. Then I compile and run console project terminal window start but show nothing. I get string what use Code::Blocks when start application:
Executing: xterm -T TTTT -e /bin/sh -c /usr/bin/cb_console_runner /home/MyProject/TTTT/bin/Debug/TTTT (in /home/MyProject/TTTT/.)
Then I run command
# sh -c /usr/bin/cb_console_runner /home/MyProject/TTTT/bin/Debug/TTTT
in console I see message
Usage: cb_console_runner <filename> <args ...>
As you see shell (/bin/sh) run program cb_console_runner but do not give its arguments. I no find settings what can delete word "sh -c" from command line (i find only non-working Settings->Environment->General Settings->Shell to run command in ...). Please help me :(
Thank you
[CB build 4324]