I want to make the programs compiled by Codeblocks, run the shell program 'Terminator'.
So I went into Environment Settings > Terminal to launch console programs, the default value is xterm -T $TITLE -e so I replaced it with /usr/bin/terminator -T $TITLE -e but when I compile the program doesn't run...
How can I do it?