fix(cistech-tunnel): add Qt no-sandbox flags to xstartup
This commit is contained in:
@@ -18,6 +18,10 @@ chmod 700 $XDG_RUNTIME_DIR
|
|||||||
export GDK_BACKEND=x11
|
export GDK_BACKEND=x11
|
||||||
export WEBKIT_DISABLE_DMABUF_RENDERER=1
|
export WEBKIT_DISABLE_DMABUF_RENDERER=1
|
||||||
|
|
||||||
|
# Qt/Chromium flags for running as root (no sandbox)
|
||||||
|
export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --disable-gpu"
|
||||||
|
export QTWEBENGINE_DISABLE_SANDBOX=1
|
||||||
|
|
||||||
# Start dbus session
|
# Start dbus session
|
||||||
[ -x /usr/bin/dbus-launch ] && eval $(dbus-launch --sh-syntax --exit-with-session)
|
[ -x /usr/bin/dbus-launch ] && eval $(dbus-launch --sh-syntax --exit-with-session)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user