Le 02/09/2018 à 21:24, Andrew Kennedy via Users a écrit :
Here you go.
14:23:21: Geany INFO : Geany 1.32, en_US.UTF-8 14:23:21: Geany INFO : GTK 3.22.30, GLib 2.56.1 14:23:21: Geany INFO : System data dir: /usr/share/geany 14:23:21: Geany INFO : User config dir: /home/andy/.config/geany 14:23:21: Geany INFO : System plugin path: /usr/lib/x86_64-linux-gnu
OK, that *is* a GTK3 build, so it's pretty normal it doesn't work with libvte9.
However, you really don't have a "Terminal" tab at the bottom of the screen, next to "Status", "Compiler", "Messages" and "Notes"? It might be hidden below and there might be an arrow button to go further down.
You can also check if VTE is properly found by checking if you got a "Terminal" tab in the preferences (Edit->preferences). If you do, the terminal is found and the tab must just be hidden.
Otherwise if for some reason the VTE lib isn't loaded, you could try:
$ geany --vte-lib=/usr/lib/x86_64-linux-gnu/libvte-2.91.so.0 -v
which works on my Debian box and must be similar on a Ubuntu one. if /usr/lib/x86_64-linux-gnu/libvte-2.91.so.0 doesn't exist on your system, try and locate the one that does (find is your friend).
Anyway, paste the output of a `geany -v` run if it doesn't work as it should.
Regards, Colomban