From a1a035a28459b1d2a3db699206c45fc4a6be1f40 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 10 Mar 2020 18:17:11 +0200 Subject: [PATCH] Attempt getting rid of the "Can't update Chromium" dialogs. See #99 --- home/.xsession | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.xsession b/home/.xsession index 4fb810c..25d2b49 100755 --- a/home/.xsession +++ b/home/.xsession @@ -35,7 +35,9 @@ chromium-browser \ --start-fullscreen \ --window-size=1920,1080 \ --disable-infobars \ + --check-for-update-interval=1 --simulate-critical-update \ & +# See https://github.com/futurice/chilipie-kiosk/issues/99#issuecomment-597119842 for the need for the fishy-sounding "--check-for-update-interval=1 --simulate-critical-update" switches; TODO: remove when not needed # Hide Chromium while it's starting/loading the page wid=`xdotool search --sync --onlyvisible --class chromium`