From 5ac42b1b2e46b81ca4f515afd5dce975c5256c19 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 8 Nov 2024 16:07:36 +0100 Subject: [kiosk-chromium] Fix path of chromium preload (add debian variant) --- .../data/opt/openslx/scripts/systemd-setup_kiosk.d/00-preload | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-preload b/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-preload index 6fbbc5ee..6ab47db0 100644 --- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-preload +++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-preload @@ -7,7 +7,6 @@ . /opt/openslx/config if [ "${SLX_BROWSER//chromium/}" != "$SLX_BROWSER" ]; then - ( dd if=/usr/lib/chromium-browser/chromium-browser of=/dev/null &> /dev/null & - ) & + dd if=/usr/lib/chromium/chromium of=/dev/null &> /dev/null & fi -- cgit v1.2.3-55-g7522