Page 1 of 1

F5 is failing to launch xterm

Posted: Sun May 06, 2012 6:02 pm
by Ants473
Hi all,

I'm using Ubuntu 12.04, Codelite 3.5.5378 and pressing F5 builds my project but fails to launch it within xterm. On the other hand pressing CRTL+F5 runs the application but without compiling it first.

How do I fix the F5 function as it works correctly in Windows XP?

Hope I've just overlooked a setting somewhere.

Re: F5 is failing to launch xterm

Posted: Sun May 06, 2012 10:44 pm
by eranif
Do you have xterm installed?

Run from the command line:

Code: Select all

sudo apt-get install xterm
Eran

Re: F5 is failing to launch xterm

Posted: Mon May 07, 2012 1:30 am
by Ants473
I do.

Re: F5 is failing to launch xterm

Posted: Mon May 07, 2012 1:46 am
by Ants473
It looks like it's opening a debugger terminal at the bottom amoung the tabs. How do I disable this and set it to use xterm?