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.
Change default terminal emulator in Codelite
-
- CodeLite Curious
- Posts: 7
- Joined: Wed Mar 04, 2015 12:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Change default terminal emulator in Codelite
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
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