I use Xubuntu 18.04 x64 and GTK2-version 1.33, geany-1.33-18.04-gtk2: 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.
For portable use from $HOME/geany
with config directory $HOME/geany/config
:
#!/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 "$@"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.