24

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?

ahs3
  • 243
  • 1
  • 2
  • 4

4 Answers4

26

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

sudo apt-get install libvte-dev
kiri
  • 28,986
Manokadobo
  • 292
  • 2
  • 2
11

You can only install to enable the terminal tab: libvte9

8

Geany uses GTK+ 2.0 so you need libvte9

sudo apt-get install libvte9
Arcadie
  • 79
1

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 ).

dydek
  • 139
  • 3