From 208b9b11eb34ea0f75d998f0563d2a81ab2263b3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 12 Nov 2024 17:13:29 +0100 Subject: [kiosk-chromium] Fix inverted interactive mode --- .../kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium index 7c1ec57c..f165cfe1 100644 --- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium +++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium @@ -73,7 +73,7 @@ chromium_args+=("--simulate-outdated-no-au=\"Tue, 31 Dec 2099 23:59:59 GMT\"") # default to maximized on startup chromium_args+=("--start-maximized") -if is_on "$SLX_BROWSER_INTERACTIVE"; then +if ! is_on "$SLX_BROWSER_INTERACTIVE"; then if is_on "${SLX_AUTOLOGIN%OFF}"; then # Autologin active, go full fullscreen chromium_args+=("--kiosk") -- cgit v1.2.3-55-g7522