diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-09-07 14:06:23 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-09-07 22:02:29 +0000 |
| commit | 7864170bb5ea3bf33ba3c0547e04796fa7adfe4c (patch) | |
| tree | ab4565d8c6890be19dea5f4dba1aa24a28bfe5c4 /packaging/appimage/AppRun | |
| parent | update extension submodule (diff) | |
| download | inkscape-7864170bb5ea3bf33ba3c0547e04796fa7adfe4c.tar.gz inkscape-7864170bb5ea3bf33ba3c0547e04796fa7adfe4c.zip | |
1.0 beta release
Diffstat (limited to '')
| -rw-r--r-- | packaging/appimage/AppRun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/appimage/AppRun b/packaging/appimage/AppRun index 58306418a..5e96da494 100644 --- a/packaging/appimage/AppRun +++ b/packaging/appimage/AppRun @@ -62,7 +62,7 @@ if [ -e "$HERE/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" ] ; then export GDK_PIXBUF_MODULEDIR=$(readlink -f "$HERE"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/ ) export GDK_PIXBUF_MODULE_FILE=$(readlink -f "$HERE"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders.cache ) # Patched to contain no paths export LIBRARY_PATH=$GDK_PIXBUF_MODULEDIR:$LIBRARY_PATH # Otherwise getting "Unable to load image-loading module" - export INKSCAPE_DATADIR=${XDG_CONFIG_HOME:-~/.config}/inkscape-1.0-alpha2 + export INKSCAPE_DATADIR=${XDG_CONFIG_HOME:-~/.config}/inkscape-1.0-beta exec "${HERE}/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" --inhibit-cache --library-path "${LIBRARY_PATH}" "${MAIN}" "$@" else exec "${MAIN}" "$@" |
