diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 08:37:48 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 08:37:48 +0000 |
| commit | edcc3e97ed2bbfaddff91bb0b083c04d0a7609d8 (patch) | |
| tree | 30ec208443851dc858547dad9b3f4c942cbc0392 /packaging | |
| parent | Attemp to fix theming in appimage (diff) | |
| download | inkscape-edcc3e97ed2bbfaddff91bb0b083c04d0a7609d8.tar.gz inkscape-edcc3e97ed2bbfaddff91bb0b083c04d0a7609d8.zip | |
Attem to fix theming in AppImage. Part 2
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/appimage/AppRun | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/appimage/AppRun b/packaging/appimage/AppRun index 626437780..58306418a 100644 --- a/packaging/appimage/AppRun +++ b/packaging/appimage/AppRun @@ -32,7 +32,7 @@ fi # Prefer to run the bundled executables (e.g., Python) ############################################################################################ -export PATH="${HERE}"/usr/bin/:"${HERE}"/usr/share/themes:"${HERE}"~/themes:"${HERE}"/usr/sbin/:"${HERE}"/usr/games/:"${HERE}"/bin/:"${HERE}"/sbin/:"${PATH}" +export PATH="${HERE}"/usr/bin/:"${HERE}"/usr/sbin/:"${HERE}"/usr/games/:"${HERE}"/bin/:"${HERE}"/sbin/:"${PATH}" ############################################################################################ # Use bundled Python @@ -62,7 +62,6 @@ 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 GTK_THEME=Adwaita 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 |
