diff mbox series

[meta-arago,kirkstone/master,2/3] qtbase-conf: Disable sandbox by default for QtWebEngine

Message ID 20230208233358.19714-2-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone/master,1/3] qtwebbrowser: update to the latest version 5.15.1 | expand

Commit Message

Andrew Davis Feb. 8, 2023, 11:33 p.m. UTC
QtWebEngine does not work with the sandbox right now for a couple
reasons, while we work to fix those, disable it by default.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh
index c79ccd47..5180c8e4 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh
@@ -11,3 +11,6 @@  export QT_WAYLAND_SHELL_INTEGRATION=xdg-shell
 # from the pthread implementation. Disable this feature temporarily until
 # those issues are resolved.
 export QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox"
+
+export QTWEBENGINE_DISABLE_SANDBOX=1
+#export QT_QPA_PLATFORM=eglfs