I use Xubuntu 18.04 x64 and GTK2-version 1.33, [geany-1.33-18.04-gtk2](https://www99.zippyshare.com/v/91mAk4AC/file.html): deb-files and all needed files to build deb
build/geany_1.33-1ubuntu1.dsc build/geany_1.33-1ubuntu1.debian.tar.xz build/geany-plugins_1.33+dfsg-1ubuntu1.dsc build/geany-plugins_1.33+dfsg-1ubuntu1.debian.tar.xz
But one moment: I use [this PR](https://github.com/geany/geany/pull/1752).
For portable use from ```$HOME/geany``` with config directory ```$HOME/geany/config```: ```sh #!/bin/sh
export LD_LIBRARY_PATH=${HOME}/geany/lib:${HOME}/geany/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH} export XDG_DATA_DIRS=${HOME}/geany/share:${XDG_DATA_DIRS} export GSETTINGS_SCHEMA_DIR=${HOME}/geany/share/glib-2.0/schemas:${GSETTINGS_SCHEMA_DIR} exec ${HOME}/geany/bin/geany --config=${HOME}/geany/config "$@" ```