[SOLVED] Chromium browser error

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] Chromium browser error

Postby flink » May 7th, '24, 07:18

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.
Last edited by flink on May 7th, '24, 17:57, edited 1 time in total.
flink
 
Posts: 207
Joined: Mar 3rd, '12, 19:23

Re: Chromium browser error

Postby sturmvogel » May 7th, '24, 17:42

- 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?
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39

Re: Chromium browser error

Postby flink » May 7th, '24, 17:56

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
flink
 
Posts: 207
Joined: Mar 3rd, '12, 19:23

Re: Chromium browser error

Postby morgano » May 8th, '24, 09:09

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
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1488
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Chromium browser error

Postby flink » May 8th, '24, 09:52

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.
flink
 
Posts: 207
Joined: Mar 3rd, '12, 19:23

Re: Chromium browser error

Postby morgano » May 8th, '24, 22:03

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...
Last edited by morgano on May 9th, '24, 19:22, edited 1 time in total.
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1488
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Chromium browser error

Postby flink » May 8th, '24, 23:43

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.
flink
 
Posts: 207
Joined: Mar 3rd, '12, 19:23


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron