Chrome popup: "Out-to-date"
Chrome popup: "Out-to-date"
Good morning,
I have a raspberry Pi and I'm playing Google Chrome automatically on boot on kiosk mode.
After few hours a popup appears on the right-corner warning that it was not possible to update Chrome to the latest version and the current one is not up to date.
As my device is unattended, I'm interested to avoid this kind of messages. Someone know if there any parameter or somthing easy to avoid Chrome to check for new updates?
I have a raspberry Pi and I'm playing Google Chrome automatically on boot on kiosk mode.
After few hours a popup appears on the right-corner warning that it was not possible to update Chrome to the latest version and the current one is not up to date.
As my device is unattended, I'm interested to avoid this kind of messages. Someone know if there any parameter or somthing easy to avoid Chrome to check for new updates?
Re: Chrome popup: "Out-to-date"
From https://stackoverflow.com/questions/279 ... tification
And restart every day.
Code: Select all
--check-for-update-interval=604800
Re: Chrome popup: "Out-to-date"
Thank you for the answer.
I found this solution before, but I really don't know how to call Chrome application with this parameter. Note that I configure the raspberry with the Wtware Center software and the webpage is displayed automatically. I don't have the possibility to include this parameter in the config.wtc file because the program detected an incorrect structure.
I found this solution before, but I really don't know how to call Chrome application with this parameter. Note that I configure the raspberry with the Wtware Center software and the webpage is displayed automatically. I don't have the possibility to include this parameter in the config.wtc file because the program detected an incorrect structure.
aka wrote: ↑Wed Apr 29, 2020 10:10 pmFrom https://stackoverflow.com/questions/279 ... tification
And restart every day.Code: Select all
--check-for-update-interval=604800
Re: Chrome popup: "Out-to-date"
Code: Select all
chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/
Re: Chrome popup: "Out-to-date"
Please show me the log after you see this popup: https://wtware.com/logs.html
Re: Chrome popup: "Out-to-date"
Attached you can find the logs from the last reboot till the moment the popup appears.
aka wrote: ↑Thu Apr 30, 2020 1:44 pmPlease show me the log after you see this popup: https://wtware.com/logs.html
- Attachments
-
- Update Chromium.txt
- (136.97 KiB) Downloaded 569 times
Re: Chrome popup: "Out-to-date"
I see only 61.5 seconds since boot in this log. Does pop up appear after minute?
Re: Chrome popup: "Out-to-date"
I didn't see this answer, sorry!
I'm going to try your solution right now. Thanks!
I'm going to try your solution right now. Thanks!
aka wrote: ↑Thu Apr 30, 2020 1:42 pmCode: Select all
chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/
Re: Chrome popup: "Out-to-date"
I also have this problem but I realised that chrome update not exists because I've intalled 78.0.3904.108 version and I think is the last one. Also I've tried to click reinstall chrome and launch me to google chrome update where I can't do anything.
Attach log after reboot.
Can you help me? Or tell how to update version in fact that I must reinstall?
Thanks
Attach log after reboot.
Can you help me? Or tell how to update version in fact that I must reinstall?
Thanks
- Attachments
-
- Update Chromium copy.txt
- (16.66 KiB) Downloaded 444 times
Re: Chrome popup: "Out-to-date"
Did you try "chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/" ?
Re: Chrome popup: "Out-to-date"
Hi...aka wrote: ↑Wed Apr 29, 2020 10:10 pmFrom https://stackoverflow.com/questions/279 ... tification
And restart every day.Code: Select all
--check-for-update-interval=604800
there is a method to schedule daily reboot?
Thanks