News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[SOLVED] How can I use gnome-terminal instead of xterm?

Started by const451, September 05, 2012, 02:24:40 AM

Previous topic - Next topic

const451

Hello,

I changed the setting Environment->General->Change Console Program

from: xterm -T $TITLE -e
to: gnome-terminal -T $TITLE -e

but that does not start any terminal at all.

I am on Ubuntu.

TIA

Jenna

A little search even google should have shown this:

gnome-terminal --disable-factory --hide-menubar -t $TITLE -x

Nevertheless, tht's what I use and it works fine for me.

const451

I did not see it when I searched. Thx for posting.

Can I prevent terminal from closing once the program is done?


Jenna

In your projcts properties (ab Build targets)), chose Console as app-type and check "Pause when execution ends" or check "Project -> Set program's arguments -> Run host in terminal" .

const451