PF4Public / gentoo-overlay

Personal Gentoo overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

www-client/ungoogled-chromium-bin: fails to relaunch after setting flags

blackteahamburger opened this issue · comments

ungoogled-chromium-bin fails to relaunch after setting flags in chrome://flags. Output:

# chromium-bin --no-sandbox
[749755:749755:0303/103857.227350:ERROR:object_proxy.cc(576)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[749755:749755:0303/103857.227392:ERROR:kwallet_dbus.cc(112)] Error contacting kwalletd5 (isEnabled)
[749755:749755:0303/103857.228215:ERROR:object_proxy.cc(576)] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.klauncher was not provided by any .service files
[749755:749755:0303/103857.228236:ERROR:kwallet_dbus.cc(81)] Error contacting klauncher to start kwalletd5
[749755:749755:0303/103857.439048:ERROR:object_proxy.cc(576)] Failed to call method: org.kde.KWallet.close: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[749755:749755:0303/103857.439071:ERROR:kwallet_dbus.cc(503)] Error contacting kwalletd5 (close)
[749755:749755:0303/103857.441605:ERROR:policy_logger.cc(156)] :components/enterprise/browser/controller/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.
LaunchProcess: failed to execvp:
chromium-browser

www-client/ungoogled-chromium does not have this problem.

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.

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.

Not related. ungoogled-chromium-bin still fails to relaunch after setting flags with --enable-chrome-browser-cloud-management. ungoogled-chromium outputs the same information but relaunch normally.

You should provide more information then. I'm not in a mood of playing the guessing game.

Relauch successfully after ln -s /usr/bin/chromium-bin /usr/bin/chromium-browser.