David - thanks so much for all your help on this.
I have identified the conditions under which this issue occurs: when another instance of Konsole exists (and that instance wasn't opened by Codelite):
https://youtu.be/cG5Hjjl3DnQ
At this stage, I have the following options:
1. Make sure no other instances on Konsole are open when running Codelite (not practical).
2. Use Codelite's built-in terminal emulator (a good solution, but configuration options are limited).
3. Install and use another terminal (such as gnome-terminal).
I have decided to go with option 3. Steps are:
Then set the x-terminal-emulator to "gnome-terminal.wrapper":
Code: Select all
mnemonic@d2:~$ sudo update-alternatives --config x-terminal-emulator
[sudo] password for mnemonic:
There are 6 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/gnome-terminal.wrapper 40 auto mode
* 1 /usr/bin/gnome-terminal.wrapper 40 manual mode
2 /usr/bin/koi8rxterm 20 manual mode
3 /usr/bin/konsole 40 manual mode
4 /usr/bin/lxterm 30 manual mode
5 /usr/bin/uxterm 20 manual mode
6 /usr/bin/xterm 20 manual mode
Press <enter> to keep the current choice[*], or type selection number: 1
I would be curious to know if you are able to "build & run" a project from Codelite if you have another instance of Konsole open (or if this is just something funky that occurs on my machine).
Thanks again for all your help.