Page 1 of 1

Change default terminal emulator in Codelite

Posted: Sat Mar 07, 2015 1:32 am
by marvin
I am using Codelite 7.0.By default the program uses Xterm as the output window.I want to change that to gnome-terminal.
How can i accomplish that?
OS:Ubuntu 14.04.02 64 bit.

Re: Change default terminal emulator in Codelite

Posted: Sat Mar 07, 2015 8:22 pm
by eranif
CodeLite uses the lowest denominator as the terminal (which is xterm)
On linux it uses the script: /usr/bin/codelite_xterm to launch the console

This script simply wraps xterm, you can change it to wrap gnome-terminal