Change default terminal emulator in Codelite

General questions regarding the usage of CodeLite
marvin
CodeLite Curious
Posts: 7
Joined: Wed Mar 04, 2015 12:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Change default terminal emulator in Codelite

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Change default terminal emulator in Codelite

Post 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
Make sure you have read the HOW TO POST thread
Post Reply