Page 1 of 1

[SOLVED] Chromium browser error

PostPosted: May 7th, '24, 07:18
by flink
Since the latest upgrade the Chromium browser fails to start.

Code: Select all
[franz@franz-820 ~]$ sudo urpmi chromium-browser 
To satisfy dependencies, the following packages are going to be installed:
  Package                        Version      Release       Arch   
(medium "Tainted Updates")
  chromium-browser               124.0.6367.> 1.mga9.taint> x86_64 
  chromium-browser-stable        124.0.6367.> 1.mga9.taint> x86_64 
426MB of additional disk space will be used.
121MB of packages will be retrieved.
Proceed with the installation of the 2 packages? (Y/n) y


    http://mirrors.mageia.org/api/mageia.9.x86_64.list: media/tainted/updates/chromium-browser-stable-124.0.6367.60-1.mga9.tainted.x86_64.rpm
    http://mirrors.mageia.org/api/mageia.9.x86_64.list: media/tainted/updates/chromium-browser-124.0.6367.60-1.mga9.tainted.x86_64.rpm
installing chromium-browser-stable-124.0.6367.60-1.mga9.tainted.x86_64.rpm chromium-browser-124.0.6367.60-1.mga9.tainted.x86_64.rpm from /var/cache/urpmi/rpms
Preparing...                     ################################################################################
      1/2: chromium-browser-stable
                                 ################################################################################
      2/2: chromium-browser      ################################################################################
[franz@franz-820 ~]$ chromium-browser &
[1] 76389
[franz@franz-820 ~]$ [76389:76389:0507/072727.472086:ERROR:chrome_browser_cloud_management_controller.cc(161)] Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[76389:76389:0507/072728.194302:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
[76389:76389:0507/072731.987155:ERROR:atom_cache.cc(229)] Add chromium/from-privileged to kAtomsToCache
[76389:76389:0507/072733.218930:ERROR:CONSOLE(1)] "Uncaught Error: PageHandler_UndoBlocklistPromo_Params missing value for non-nullable field "promoId"", source: chrome://resources/mojo/mojo/public/js/bindings.js (1)

[1]+  Done                    chromium-browser



It stops to load before the window appears. I can only shut down the chromium startup icon of the app under GNOME.

Re: Chromium browser error

PostPosted: May 7th, '24, 17:42
by sturmvogel
- What is the terminal output?
- does the package chromium-browser-124.0.6367.118-1.mga9.tainted.x86_64 in tainted updates testing show the same behaviour?

Re: Chromium browser error

PostPosted: May 7th, '24, 17:56
by flink
sturmvogel wrote:- What is the terminal output?

See the output from my post above!

sturmvogel wrote: does the package chromium-browser-124.0.6367.118-1.mga9.tainted.x86_64 in tainted updates testing show the same behaviour?


Yes, this update solves the issue! :D
Code: Select all
[franz@franz-820 ~]$ chromium-browser &
[1] 149952
[franz@franz-820 ~]$ [149952:149952:0507/175239.576630:ERROR:chrome_browser_cloud_management_controller.cc(161)] Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[149952:149952:0507/175240.152849:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile

[franz@franz-820 ~]$ rpm -qa | grep chromiu
chromium-browser-stable-124.0.6367.118-1.mga9.tainted
chromium-browser-124.0.6367.118-1.mga9.tainted

Re: Chromium browser error

PostPosted: May 8th, '24, 09:09
by morgano
flink wrote:
sturmvogel wrote:- What is the terminal output?

See the output from my post above!


The meaning of that question is the output from launching the application, like you showed later in your last post :)
Then we could maybe have identified the problem.
Do you use Wayland?

Glad the update solves the issue :)
https://bugs.mageia.org/show_bug.cgi?id=33151

Re: Chromium browser error

PostPosted: May 8th, '24, 09:52
by flink
morgano wrote:The meaning of that question is the output from launching the application, like you showed later in your last post :)
Then we could maybe have identified the problem.


You did not look correctly. This has been posted in the first post.

Code: Select all
[franz@franz-820 ~]$ chromium-browser &
[1] 76389
[franz@franz-820 ~]$ [76389:76389:0507/072727.472086:ERROR:chrome_browser_cloud_management_controller.cc(161)] Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[76389:76389:0507/072728.194302:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
[76389:76389:0507/072731.987155:ERROR:atom_cache.cc(229)] Add chromium/from-privileged to kAtomsToCache
[76389:76389:0507/072733.218930:ERROR:CONSOLE(1)] "Uncaught Error: PageHandler_UndoBlocklistPromo_Params missing value for non-nullable field "promoId"", source: chrome://resources/mojo/mojo/public/js/bindings.js (1)

[1]+  Done                    chromium-browser


morgano wrote:Do you use Wayland?

Glad the update solves the issue :)
https://bugs.mageia.org/show_bug.cgi?id=33151


Yes, Wayland GNOME 44.2.

Re: Chromium browser error

PostPosted: May 8th, '24, 22:03
by morgano
flink wrote:You did not look correctly. This has been posted in the first post.


Ah, I see now :)
Pity the code block is not shown as scrollable until mouse hoover on it...

Re: Chromium browser error

PostPosted: May 8th, '24, 23:43
by flink
morgano wrote:
flink wrote:You did not look correctly. This has been posted in the first post.[/code]

Ah, I see now :)
Pity the code block is not shown as scrollable until mouse hoover on it...

The scrollable border is well shown on Opera browser.