From 576e83fb73612572194eca6b0e7a184c3a3e2636 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 11 Oct 2021 17:19:27 +0200 Subject: [kiosk-chromium] Don't immediately reload after init step Fix rapid reloads because idle-daemon doesn't immediately update idle time information. --- .../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 32eb7eb4..3ff0d636 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 @@ -110,7 +110,7 @@ if [ -n "$SLX_BROWSER_RELOAD_SECS" ] && [ "$SLX_BROWSER_RELOAD_SECS" -gt 0 ]; th else xdotool windowactivate "$wid" xdotool key Alt+Home - sleep 3 + sleep "$SLX_BROWSER_RELOAD_SECS" activity=init continue fi -- cgit v1.2.3-55-g7522