- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6452
- Joined: Fri Jul 29, 2011 5:36 pm
Re: New "Can't update Chromium" message?
The message isn't meant to be there. It has been taken out of newer versions of chromium and should be gone in the next build we do.
Updates will be via apt, not through any built-in check like that.
Edit: For reference - https://github.com/RPi-Distro/repo/issues/165
Updates will be via apt, not through any built-in check like that.
Edit: For reference - https://github.com/RPi-Distro/repo/issues/165
Re: New "Can't update Chromium" message?
any idear of time scale
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6452
- Joined: Fri Jul 29, 2011 5:36 pm
Re: New "Can't update Chromium" message?
Not any time soon. The dev is currently working on video stuff and I'm told porting the chromium changes to the newer version is non-trivial.
If there's significant demand, we could temporarily add the workaround I mentioned earlier as a default.
If there's significant demand, we could temporarily add the workaround I mentioned earlier as a default.
Re: New "Can't update Chromium" message?
It looks like you did. rpi-chromium-mods just received an update about an hour ago.ShiftPlusOne wrote: ↑Tue Feb 11, 2020 3:46 pmWe could temporarily add the workaround I mentioned earlier as a default.
Easily install anything on your Pi using Pi-Apps. Over 2 million users.
Over 200 apps including image editors, IDEs, games, web browsers, appearance themes, and more to upgrade your Raspberry Pi desktop.
More info: https://github.com/Botspot/pi-apps
Over 200 apps including image editors, IDEs, games, web browsers, appearance themes, and more to upgrade your Raspberry Pi desktop.
More info: https://github.com/Botspot/pi-apps
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6452
- Joined: Fri Jul 29, 2011 5:36 pm
Re: New "Can't update Chromium" message?
No, that was just a new version of flash
Re: New "Can't update Chromium" message?
ShiftPlusOne wrote: ↑Tue Feb 11, 2020 2:10 pm
You could try putting this in /etc/chromium-browser/customizations/01-disable-update-checkCode: Select all
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --check-for-update-interval=31536000"
Here is a one line command to create this workaround if anyone is interested - I have verified that it stops the nag:
Code: Select all
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
Last edited by Herbaldew on Thu Feb 13, 2020 3:07 pm, edited 1 time in total.
-
- Posts: 1581
- Joined: Fri Jan 04, 2013 1:57 pm
- Location: de_DE
Re: New "Can't update Chromium" message?
since yesterday i also get this notification pop-up. i saw yesterday i got an rpi-chromium-mod via sudo apt upgrade...
is that upgrade the reason,why i now get that pop-up notification?
is that upgrade the reason,why i now get that pop-up notification?
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6452
- Joined: Fri Jul 29, 2011 5:36 pm
Re: New "Can't update Chromium" message?
No, I think it takes 2 hours for the message to show up and should've started roughly when this thread started. If you haven't seen it, you may have not had the browser open for that long.
-
- Posts: 1581
- Joined: Fri Jan 04, 2013 1:57 pm
- Location: de_DE
Re: New "Can't update Chromium" message?
since november 2019, my RPi4B (4GB) has become my main web browser computer i use daily many times.ShiftPlusOne wrote: ↑Thu Feb 13, 2020 11:53 amNo, I think it takes 2 hours for the message to show up and should've started roughly when this thread started. If you haven't seen it, you may have not had the browser open for that long.
it is 24/7 online, only rebooted, when a bigger upgrade came along...
i rememer i got that kind of notification long time ago - but i can't remember when it was exactly - it was quiet till now...
maybe the chromium standard update interval happened yesterday.
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6452
- Joined: Fri Jul 29, 2011 5:36 pm
Re: New "Can't update Chromium" message?
It's a hard-coded check for 12 weeks after the last source file in the build was modified, which was around November.beta-tester wrote: maybe the chromium standard update interval happened yesterday.
I could check the default interval again, but IIRC, it's 2 hours. If you keep the browser running for 2 hours without closing it, it should pop up. The only explanation I can think of for you not seeing it earlier this week would be that it hasn't been open for 2 continuous hours.beta-tester wrote: since november 2019, my RPi4B (4GB) has become my main web browser computer i use daily many times.
it is 24/7 online, only rebooted, when a bigger upgrade came along...
-
- Posts: 1581
- Joined: Fri Jan 04, 2013 1:57 pm
- Location: de_DE
Re: New "Can't update Chromium" message?
ok, that is possible, that i havn't chomium kept open for 2 hours in a row... only the RPi is online all the time, but i open chromium only when i need it and close chromium when i don't... in the last days i keped chromium open to watch some youtube playlists (autoplay)...ShiftPlusOne wrote: ↑Thu Feb 13, 2020 3:27 pmI could check the default interval again, but IIRC, it's 2 hours. If you keep the browser running for 2 hours without closing it, it should pop up. The only explanation I can think of for you not seeing it earlier this week would be that it hasn't been open for 2 continuous hours.
(i know it is not ideal to use chromium on RPi to watch videos, because of the bad frame/sync issues, but i don't want to turn on my big fat noisy PC only to watch some videos...)
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
-
- Posts: 1581
- Joined: Fri Jan 04, 2013 1:57 pm
- Location: de_DE
Re: New "Can't update Chromium" message?
yes, you are right, after a long time leaving chromium open (>2h), the pop-up/upgrade button came again.
but for what reason is ithis notification coming at all?
when chromium is customized for RPi and maintained by Raspbian maintainer, why not removing/disabling that ubdate notification by default...?
or let chromium update it self, so it is happy and only maintain an rpi-chromium-mod as there is a mod existing anyway for some RPi specific customization...
but for what reason is ithis notification coming at all?
when chromium is customized for RPi and maintained by Raspbian maintainer, why not removing/disabling that ubdate notification by default...?
or let chromium update it self, so it is happy and only maintain an rpi-chromium-mod as there is a mod existing anyway for some RPi specific customization...
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6452
- Joined: Fri Jul 29, 2011 5:36 pm
Re: New "Can't update Chromium" message?
It's a bug within chromium.
The message should not be there unless it's an official chrome build. It's fixed in a later version, so the next release of chromium shouldn't have it.
The message should not be there unless it's an official chrome build. It's fixed in a later version, so the next release of chromium shouldn't have it.
-
- Posts: 1581
- Joined: Fri Jan 04, 2013 1:57 pm
- Location: de_DE
Re: New "Can't update Chromium" message?
thank you for explaning.
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)
Re: New "Can't update Chromium" message?
Any update? This is starting to become really annoying. 

Re: New "Can't update Chromium" message?
Did you miss the workaround ShiftPlusOne posted?
This will create the fix file in one command and will kill the nag for the next year - they probably will have it fixed by then

Code: Select all
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
Re: New "Can't update Chromium" message?
Just wanted to say thank for the fix for this issue. Much appreciated.
Re: New "Can't update Chromium" message?
Thanks for the work around!
Last edited by 4:3is4:me on Fri May 08, 2020 2:18 pm, edited 1 time in total.
Re: New "Can't update Chromium" message?
Interesting alternative solution.4:3is4:me wrote: ↑Fri May 08, 2020 12:08 pmI have found a way that removes the check, the icon, the pop-up, the menu item and the prompt to 'relaunch now' in the 'about chromium' page.
In /etc/chromium-browser/customizations
I added a file
01-upstream-version
and in 01-upstream-version I added
78.0.3904.108 being the version of chromium it says in 'about chromium' in the chromium menu. Everything back to normal.Code: Select all
UPSTREAM_VERSION='78.0.3904.108'
- Where did you get it from?
- Why not just use the already-posted solution? (just curious)
Easily install anything on your Pi using Pi-Apps. Over 2 million users.
Over 200 apps including image editors, IDEs, games, web browsers, appearance themes, and more to upgrade your Raspberry Pi desktop.
More info: https://github.com/Botspot/pi-apps
Over 200 apps including image editors, IDEs, games, web browsers, appearance themes, and more to upgrade your Raspberry Pi desktop.
More info: https://github.com/Botspot/pi-apps
Re: New "Can't update Chromium" message?
I've edited it out as it has not worked!
Despite checking with
Code: Select all
chromium-browser --check-for-update-interval=1
So I will now invoke the original fix.
-
- Posts: 10
- Joined: Mon Jan 20, 2020 5:58 am
Re: New "Can't update Chromium" message?
So I am using the Raspberry Pi on Kiosk mode and I had everything set so that the screen wouldn't blank and no screensaver, etc (code below as in my kiosk.sh file)...ShiftPlusOne wrote: ↑Tue Feb 11, 2020 2:10 pmYou could try putting this in /etc/chromium-browser/customizations/01-disable-update-checkcroft wrote:hoe do you stop chromium naggingCode: Select all
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --check-for-update-interval=31536000"
Code: Select all
xset s noblank
xset s off
xset -dpms
Any ideas why that may be happening?
Re: New "Can't update Chromium" message?
No idea. But adding a Chromium flag should not have any effect on screen blanking. Probably a coincidence.mercuryrsng wrote: ↑Tue May 19, 2020 3:32 pmAfter running the code as mentioned above, now my screen goes black after just a few minutes. It hadn't happened at all before running the code.ShiftPlusOne wrote: ↑Tue Feb 11, 2020 2:10 pmYou could try putting this in /etc/chromium-browser/customizations/01-disable-update-checkCode: Select all
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --check-for-update-interval=31536000"
Any ideas why that may be happening?
If you're still unsure, you can undo that chrome flag command by deleting the file and seeing if that changes anything.
Code: Select all
sudo rm /etc/chromium-browser/customizations/01-disable-update-check
Easily install anything on your Pi using Pi-Apps. Over 2 million users.
Over 200 apps including image editors, IDEs, games, web browsers, appearance themes, and more to upgrade your Raspberry Pi desktop.
More info: https://github.com/Botspot/pi-apps
Over 200 apps including image editors, IDEs, games, web browsers, appearance themes, and more to upgrade your Raspberry Pi desktop.
More info: https://github.com/Botspot/pi-apps
Re: New "Can't update Chromium" message?
Run this from command line and verify the status of xset and dpms:mercuryrsng wrote: ↑Tue May 19, 2020 3:32 pmSo I am using the Raspberry Pi on Kiosk mode and I had everything set so that the screen wouldn't blank and no screensaver, etc (code below as in my kiosk.sh file)...ShiftPlusOne wrote: ↑Tue Feb 11, 2020 2:10 pmYou could try putting this in /etc/chromium-browser/customizations/01-disable-update-checkcroft wrote:hoe do you stop chromium naggingCode: Select all
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --check-for-update-interval=31536000"
After running the code as mentioned above, now my screen goes black after just a few minutes. It hadn't happened at all before running the code.Code: Select all
xset s noblank xset s off xset -dpms
Any ideas why that may be happening?
Code: Select all
xset q
Unless specified otherwise my response is based on the latest and fully updated RPi OS Bullseye w/ Desktop OS.
Re: New "Can't update Chromium" message?
Herbaldew wrote: ↑Wed Feb 12, 2020 4:16 pmHere is a one line command to create this workaround if anyone is interested - I have verified that it stops the nag:
Code: Select all
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
Does these bootup options in /etc/xdg/autostart/chromium.desktop
Code: Select all
Exec=chromium-browser --noerrdialogs --disable-crash-report --disable-infobars --check-for-update-intervall=1 --simulate-critial-update
-
- Posts: 2
- Joined: Wed May 27, 2020 2:56 pm
Re: New "Can't update Chromium" message?
I have the some problem on a kiosk with only a barcode scanner attached.
Problem is the popup steals the focus and the next input causes a popup asking user to install Google Chrome???
At that point the kiosk has to be rebooted which has caused great frustration.
I've posted a bug report with Google but they just said they don't support kiosks (even though they have a --kiosk command line option???)
Anyways, I've had to downgrade to Raspbian 9 "stretch" for now until a fix can be issued.
Is there a way to install older version of Chromium?
I've tried : apt install chromium-browser=74.0.3729.157
But it just says that version doesn't exist.
Any ideas?
Thanks,
Problem is the popup steals the focus and the next input causes a popup asking user to install Google Chrome???
At that point the kiosk has to be rebooted which has caused great frustration.
I've posted a bug report with Google but they just said they don't support kiosks (even though they have a --kiosk command line option???)
Anyways, I've had to downgrade to Raspbian 9 "stretch" for now until a fix can be issued.
Is there a way to install older version of Chromium?
I've tried : apt install chromium-browser=74.0.3729.157
But it just says that version doesn't exist.
Any ideas?
Thanks,