[Github-comments] [geany/geany] configure script failed on Ubuntu Release 18.04.1 LTS, Mate 1.20.1 (#1916)

Skif-off notifications at xxxxx
Sat Aug 4 03:06:55 UTC 2018


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 "$@"
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1916#issuecomment-410418412
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180803/1318b757/attachment.html>


More information about the Github-comments mailing list