"Can't update Chromium" pop-up message
After 2 hours of boot Chromium (chromium-browser/testing,now 78.0.3904.108-rpt1 armhf) ask to be updated, but performing an "apt update / apt upgrade" there is nothing to upgrade.
Is there a better solution than this one?
The notification pop-up is very annoying on the 3D printer display.
It's a build-in check of the application itself and should not happen if it's installed via apt from a repository as it's not able to upgrade from a package downloaded from the webpage like a Desktop PC.
I did not find how disable the check but I'm trying to delay it to 1 year adding the following Flag to the autostart file:
.config/openbox/autostart
chromium-browser --check-for-update-interval=31536000
Thanks!
Comments
chromium-browser --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestions-service --disable-translate --disable-save-password-bubble --disable-session-crashed-bubble --disable-infobars --touch-events=disabled --disable-gesture-typing --kiosk --app=http://127.0.0.1:3344/modules/front2/app/app.html &
I did not found how to disable the update check.
https://www.chromium.org/administrators/turning-off-auto-updates
But not updating seems then not to not show available version. On https://www.chromium.org/administrators/turning-off-auto-updates I only found the interval option you already found, so guess for next image I will add it just to be save side.
FYI this is the pop-up: