User forums > Using Code::Blocks

How do you use Gnome Terminal instead of Xterm ??

<< < (2/2)

stefanos_:

--- Quote from: grofaz on May 08, 2006, 01:53:31 am ---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.

--- End quote ---

From Settings > Environment, replace
--- Code: ---xterm -T $TITLE -e
--- End code ---
with
--- Code: ---gnome-terminal --title=$TITLE -x
--- End code ---
.

oBFusCATed:

--- Quote from: stefanos_ on September 16, 2012, 04:34:43 pm ---From Settings > Environment, replace
--- Code: ---xterm -T $TITLE -e
--- End code ---
with
--- Code: ---gnome-terminal --title=$TITLE -x
--- End code ---
.

--- End quote ---
This is outdated and won't work with a gnome-terminal spawning a single process (the one in gnome3).
For the most reliable operation the information provided by Jens is the most correct one.

Navigation

[0] Message Index

[*] Previous page

Go to full version