Chrome popup: "Out-to-date"

How it works in WTware without terminal server
Post Reply
spujols
Posts: 5
Joined: Wed Apr 29, 2020 11:10 am

Chrome popup: "Out-to-date"

Post 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?
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

From https://stackoverflow.com/questions/279 ... tification

Code: Select all

--check-for-update-interval=604800
And restart every day.
spujols
Posts: 5
Joined: Wed Apr 29, 2020 11:10 am

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

Post 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.
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

Code: Select all

chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

Please show me the log after you see this popup: https://wtware.com/logs.html
spujols
Posts: 5
Joined: Wed Apr 29, 2020 11:10 am

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

Post 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
Attachments
Update Chromium.txt
(136.97 KiB) Downloaded 610 times
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

I see only 61.5 seconds since boot in this log. Does pop up appear after minute?
spujols
Posts: 5
Joined: Wed Apr 29, 2020 11:10 am

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

Post 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/
norrow
Posts: 7
Joined: Thu Nov 07, 2019 11:50 am

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

Post 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
Attachments
Update Chromium copy.txt
(16.66 KiB) Downloaded 498 times
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

Did you try "chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/" ?
ThePes76
Posts: 1
Joined: Wed Dec 09, 2020 7:02 pm

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

Post 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
Post Reply