diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-06-02 09:07:43 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-06-02 13:00:46 +0000 |
| commit | 883c7bc26f6268e1a121b796c3af76b8bce315e8 (patch) | |
| tree | e764cbe762e674fd830ca44e68bc7c4072f0aa60 /packaging/appimage/AppRun | |
| parent | Fix codestyle (diff) | |
| download | inkscape-883c7bc26f6268e1a121b796c3af76b8bce315e8.tar.gz inkscape-883c7bc26f6268e1a121b796c3af76b8bce315e8.zip | |
Update version to alpha2
Diffstat (limited to 'packaging/appimage/AppRun')
| -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 c9e3540f2..d9da5023b 100644 --- a/packaging/appimage/AppRun +++ b/packaging/appimage/AppRun @@ -63,7 +63,7 @@ if [ -e "$HERE/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" ] ; then 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 GTK_THEME=Adwaita-dark # Or "Adwaita" - export INKSCAPE_DATADIR=${XDG_CONFIG_HOME:-~/.config}/inkscape-1.0-alpha + export INKSCAPE_DATADIR=${XDG_CONFIG_HOME:-~/.config}/inkscape-1.0-alpha2 exec "${HERE}/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" --inhibit-cache --library-path "${LIBRARY_PATH}" "${MAIN}" "$@" else exec "${MAIN}" "$@" |
