In the 'Environment' general settings I have:
"Shell to run commands in" set to
"Terminal to launch console programs" set to
gnome-terminal --geometry +1921+0 --disable-factory -x
Compiling my projects, some of which use of custom makefiles, works fine as per the 'Shell' setting above.
However, when I'm debugging my code, the terminal comes up and runs my program, but it doesn't have the environment set up as per my ~/.bashrc.
The only way I've been able to get the environment variables set up thus far has been by editting /etc/profile. Which is not really how I want to do it.
Could someone advise how to set the "Terminal" parameter such that it reads ~/.bashrc (or one of the others)?
Cheers,
Nap