Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium update pop-up #27

Closed
safadig opened this issue Mar 23, 2020 · 9 comments
Closed

Chromium update pop-up #27

safadig opened this issue Mar 23, 2020 · 9 comments
Labels

Comments

@safadig
Copy link

safadig commented Mar 23, 2020

Any recommendation for an argument that disables Chromium Update ( failed update) check? I tried adding
chromium-browser --check-for-update-interval=1 --simulate-critical-update
can help stop the pop-up.
Tried adding arguments on usr/bin/grafana-kiosk command line but no luck

@laasfuus
Copy link

Same issue has been bugging me also for a while.

@hriekehof
Copy link

i also got this problem. would be nice to get a fix for this 👍

@AlexHeylin
Copy link
Contributor

If anyone can find the correct Chrome flag to disable this, I can have a go at adding to the code.
I can't find the flag. The docs make it seem unlikely

--check-for-update-interval=1 --simulate-critical-update

is the right way to do this, because that should cause it to simulate a critical update every 60 seconds. @safadig are you saying for certain these flags work?

@briangann briangann added enhancement New feature or request needs investigation labels May 16, 2020
@oscni
Copy link

oscni commented May 26, 2020

if running chrome browser with --simulate-critical-update flag it does not seem to pop up the the update window, instead it only displays a red arrow icon on the status bar. Only if you click the icon the pop up window will appear. How this works in full screen kiosk mode I don't know but +1 for fixing it :)

@karlbeecken
Copy link

for me it was fixed by running sudo apt install chromium on the pi

@hawtkey
Copy link

hawtkey commented Aug 14, 2020

sudo touch /etc/chromium-browser/customizations/01-disable-update-check;echo CHROMIUM_FLAGS=\"\$\{CHROMIUM_FLAGS\} --check-for-update-interval=31536000\" | sudo tee /etc/chromium-browser/customizations/01-disable-update-check

from here

@loganmarchione
Copy link

@karlbeecken - I did the same thing. It seems chromium doesn't have hardware acceleration, but that doesn't seem to be a big deal for a simple Grafana dashboard.
https://www.raspberrypi.org/forums/viewtopic.php?t=272394
https://www.raspberrypi.org/forums/viewtopic.php?t=273504

@briangann
Copy link
Collaborator

I'll add the flag --check-for-update-interval=31536000 to the default startup, seems to be a good workaround.

@briangann
Copy link
Collaborator

fixed in v1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants