Skip to content

Commit

Permalink
Prevent AppImage startup error "OpenSSL 3.0's legacy provider failed …
Browse files Browse the repository at this point in the history
…to load"
  • Loading branch information
phw committed May 1, 2024
1 parent e39a430 commit 266406b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appimage/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${APPDIR}/usr/conda/lib:${LD_LIBRARY_P
# Prevent Qt to load plugins from system directories
unset QT_PLUGIN_PATH

# Prevent OpsenSSL 3.0 startup error
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1

# Set the original working dir as the working dir.
# Ensures relative path arguments are resolved as expected.
cd $OWD
Expand Down

0 comments on commit 266406b

Please sign in to comment.