Skip to content

Commit

Permalink
Attempt getting rid of the "Can't update Chromium" dialogs.
Browse files Browse the repository at this point in the history
See #99
  • Loading branch information
jareware committed Mar 10, 2020
1 parent e2692db commit a1a035a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.xsession
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a1a035a

Please sign in to comment.