Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I just installed Ubuntu 12.04, I am a big fan of Geany, but now i don't have the terminal at the base of the window. I have tried to change the terminal preferences, without success. any ideas?

share|improve this question

3 Answers

up vote 6 down vote accepted

This is because Ubuntu12 lacks libvte.so, or at least the version Geany uses to emulate the terminal. Try

sudo apt-get install libvte-dev

share|improve this answer
Thats the fix, thank you! – ahs3 May 19 '12 at 22:43

You can only install to enable the terminal tab: libvte9

share|improve this answer
This is basically saying the same thing as the accepted answer above, right? – Tom Brossman Oct 20 '12 at 10:30
Thanks, that helped me. In my installation (ubuntu 12.04) I had libvte-2.90-9 already installed and because of some problem I was't able to install libvte-dev. – Betlista Jan 4 at 20:36

Did You try to enable Menu-> View -> Show Message Window ? This will enable Geany bottom panel, where on left You will have "Terminal" tab ( the last one ).

share|improve this answer
Yes the message window is visable, but does not have a terminal tab. as seen here --> goo.gl/41Ihu – ahs3 May 19 '12 at 22:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.