kubuntu 10.04 and codelite 4031

CodeLite installation/troubleshooting forum
jale
CodeLite Curious
Posts: 8
Joined: Mon Nov 23, 2009 3:59 pm
Genuine User: Yes
IDE Question: c++
Contact:

kubuntu 10.04 and codelite 4031

Post by jale »

Hi,

I've tested codelite 4031 with kubuntu 10.04

The command used by codelite to run the application doesn't work

x-terminal-emulator on kubuntu 10.04 calls konsole and -e '$(CMD)' doesn't work properly with it

I've changed x-terminal-emulator on settings|global editor preferences|terminal by

xterm -e '$(CMD)' and it works fine



regards
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: kubuntu 10.04 and codelite 4031

Post by eranif »

Thanks for this, I will check the source, since I am pretty sure I am using xterm by default

Eran
Make sure you have read the HOW TO POST thread
jale
CodeLite Curious
Posts: 8
Joined: Mon Nov 23, 2009 3:59 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: kubuntu 10.04 and codelite 4031

Post by jale »

you are right

I've tested with sourceforge version and it's ok
It's using an script with xterm

The problem looks to be on ubuntu/kubuntu packaging

If you install codelite on kubutun 10.04 with

sudo apt-get install codelite

you will have this "problem"


kind regards
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: kubuntu 10.04 and codelite 4031

Post by eranif »

jale wrote:The problem looks to be on ubuntu/kubuntu packaging

If you install codelite on kubutun 10.04 with

sudo apt-get install codelite

you will have this "problem"
Can you report this up stream to ubuntu packager?

Eran
Make sure you have read the HOW TO POST thread
jale
CodeLite Curious
Posts: 8
Joined: Mon Nov 23, 2009 3:59 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: kubuntu 10.04 and codelite 4031

Post by jale »

done


kind regards
Post Reply