Skip to content

Commit

Permalink
disable gl
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimant committed Oct 2, 2024
1 parent 749feac commit 3ce5594
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ export GST_PLUGIN_SYSTEM_PATH="${GST_PLUGIN_PATH}"
export GST_PLUGIN_SYSTEM_PATH_1_0="${GST_PLUGIN_PATH}"
export LD_LIBRARY_PATH="${APPDIR}/usr/lib/:${APPDIR}/usr/lib/nss:${LD_LIBRARY_PATH}"
export QT_QPA_PLATFORM="xcb"
export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu"
# This solved freezing AppImage
#export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu"
# This solves abouve and running inside nix shell
export QT_XCB_GL_INTEGRATION="none"

DEFAULT_LANG=en_US.UTF-8
if [[ "$LANG" == "C.UTF-8" ]]
Expand Down

0 comments on commit 3ce5594

Please sign in to comment.