Skip to content

Commit

Permalink
disable gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimant committed Oct 2, 2024
1 parent d4fe6bd commit 749feac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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"

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

0 comments on commit 749feac

Please sign in to comment.