From 5489d1782a4befa4a30217fefa280ac5cb79a9a3 Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Tue, 18 Feb 2025 15:53:21 +0100 Subject: [PATCH] Export variable --- includes/usr/bin/launch_browser | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/usr/bin/launch_browser b/includes/usr/bin/launch_browser index 6e026bb..d0d6780 100755 --- a/includes/usr/bin/launch_browser +++ b/includes/usr/bin/launch_browser @@ -55,6 +55,7 @@ QTWEBENGINE_CHROMIUM_FLAGS="--disable-web-security" [ "$UID" -eq "0" ] && QTWEBENGINE_CHROMIUM_FLAGS="${QTWEBENGINE_CHROMIUM_FLAGS} --no-sandbox" +export QTWEBENGINE_CHROMIUM_FLAGS rm -rf "/run/sway.started" "/run/x11.started"