Skip to content

Commit

Permalink
Experimental fix for AppImage issue with XDG DATA DIRS, which prevent…
Browse files Browse the repository at this point in the history
…s execution of blender and webbrowser.
  • Loading branch information
jonoomph committed Dec 22, 2024
1 parent 8672b30 commit 61f1016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/launch-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ export QT_PLUGIN_PATH="${HERE}"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918727
export OPENSSL_CONF="/dev/null"

# Fix XDG_DATA_DIRS to include system paths
export XDG_DATA_DIRS="${HERE}/usr/share:${HOME}/.local/share:/usr/local/share:/usr/share:${XDG_DATA_DIRS}"

# Launch application
exec "${HERE}"/openshot-qt "$@"

0 comments on commit 61f1016

Please sign in to comment.