From 6913b914b2fcb1561e25c27b3b14c4a57d8b45b9 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 6 Nov 2019 18:16:40 +0100 Subject: [kiosk-chromium] hack: disable auto update --- .../data/opt/openslx/scripts/kiosk-launch.d/00-chromium | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/modules/kiosk-chromium') 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 8a6bde49..90064cf9 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 @@ -57,6 +57,10 @@ if [ -z "$SLX_BROWSER_INTERACTIVE" ]; then # non-interactive, set to kiosk mode chromium_args+=("--kiosk") + # simulate a future build date to remove those update notification + # TODO properly disable auto update feature when chromium supports it + chromium_args+=("--simulate-outdated-no-au=\"Tue, 31 Dec 2099 23:59:59 GMT\"") + # swallow keyboard shortcuts of chromium cat <<- EOF > "$HOME/.xbindkeysrc" "true" -- cgit v1.2.3-55-g7522