Page 1 of 1

Chrome popup: "Out-to-date"

Posted: Wed Apr 29, 2020 11:19 am
by spujols
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?

Re: Chrome popup: "Out-to-date"

Posted: Wed Apr 29, 2020 10:10 pm
by aka
From https://stackoverflow.com/questions/279 ... tification

Code: Select all

--check-for-update-interval=604800
And restart every day.

Re: Chrome popup: "Out-to-date"

Posted: Thu Apr 30, 2020 1:18 pm
by spujols
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.
aka wrote: Wed Apr 29, 2020 10:10 pm From https://stackoverflow.com/questions/279 ... tification

Code: Select all

--check-for-update-interval=604800
And restart every day.

Re: Chrome popup: "Out-to-date"

Posted: Thu Apr 30, 2020 1:42 pm
by aka

Code: Select all

chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/

Re: Chrome popup: "Out-to-date"

Posted: Thu Apr 30, 2020 1:44 pm
by aka
Please show me the log after you see this popup: https://wtware.com/logs.html

Re: Chrome popup: "Out-to-date"

Posted: Thu Apr 30, 2020 1:50 pm
by spujols
Attached you can find the logs from the last reboot till the moment the popup appears.
aka wrote: Thu Apr 30, 2020 1:44 pm Please show me the log after you see this popup: https://wtware.com/logs.html

Re: Chrome popup: "Out-to-date"

Posted: Thu Apr 30, 2020 2:19 pm
by aka
I see only 61.5 seconds since boot in this log. Does pop up appear after minute?

Re: Chrome popup: "Out-to-date"

Posted: Thu Apr 30, 2020 5:21 pm
by spujols
I didn't see this answer, sorry!

I'm going to try your solution right now. Thanks!
aka wrote: Thu Apr 30, 2020 1:42 pm

Code: Select all

chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/

Re: Chrome popup: "Out-to-date"

Posted: Mon Oct 05, 2020 9:51 am
by norrow
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

Re: Chrome popup: "Out-to-date"

Posted: Thu Oct 08, 2020 9:43 pm
by aka
Did you try "chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/" ?

Re: Chrome popup: "Out-to-date"

Posted: Wed Dec 09, 2020 7:12 pm
by ThePes76
aka wrote: Wed Apr 29, 2020 10:10 pm From https://stackoverflow.com/questions/279 ... tification

Code: Select all

--check-for-update-interval=604800
And restart every day.
Hi...
there is a method to schedule daily reboot?
Thanks