If you install Fossapup64 you will find Geany 1.35 without built in terminal support. All previous puppy versions were OK, but not Fossa.
I found that we have to install libvte.so as Geany's documentations says:
Virtual terminal emulator widget (VTE)
If you have installed libvte.so on your system, it is loaded automatically by Geany, and you will have a terminal widget in the notebook at the bottom.
So the installation should be like this using great @sc0ttman package manager:
Code: Select all
$ pkg search-all libvte
$ pkg get libvte-2.xx-x (put the execat version found)
If you want you may get the latest version 1.38 with a bunch of plugins (separate .pet) here:
So easy )