From dc88f36d73c0e3de8de4d25ed1318b2b4a61f750 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 30 Jan 2020 14:34:23 +0100 Subject: [kiosk-slxbrowser] wait 0.5sec before starting works around the problem that the browser is invisible on start --- .../data/opt/openslx/scripts/kiosk-launch.d/00-slxbrowser | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/kiosk-slxbrowser/data/opt/openslx/scripts/kiosk-launch.d/00-slxbrowser b/core/modules/kiosk-slxbrowser/data/opt/openslx/scripts/kiosk-launch.d/00-slxbrowser index b8ae52a0..3f81c093 100644 --- a/core/modules/kiosk-slxbrowser/data/opt/openslx/scripts/kiosk-launch.d/00-slxbrowser +++ b/core/modules/kiosk-slxbrowser/data/opt/openslx/scripts/kiosk-launch.d/00-slxbrowser @@ -32,4 +32,7 @@ else OPTS+=("--fullscreen") fi +# HACK: give whatever enough time to whatever it does properly +usleep 500000 + exec slxbrowser "${OPTS[@]}" "$SLX_BROWSER_URL" -- cgit v1.2.3-55-g7522