Commit 240a5329 authored by coolGi's avatar coolGi
Browse files

appimageTools: unset QT_PLUGIN_PATH to avoid conflict between QT versions...

appimageTools: unset QT_PLUGIN_PATH to avoid conflict between QT versions packaged by system & appimage
parent cabf36cc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -74,6 +74,10 @@ apprun() {
  else echo "$(basename "$APPIMAGE")" installed in "$APPDIR"
  fi

  # Fix potential for the appimages to try to import libraries from QT
  # installed on the system, causing a version mismatch
  unset QT_PLUGIN_PATH

  export PATH="$PATH:$PWD/usr/bin"
}