Open jose1711 opened 1 year ago
This is a limitation from Chromium, you cannot use the sandbox and run as root. It is generally a bad idea to run browsers as root on UNIX systems, as these are running untrusted code that could escape web sandboxes.
Please note that the error appears when running as a regular user, i. e. a user with no elevated rights.
Sorry for closing too early! Are you able to run Chromium on the same system? I saw you changed the executable chmod and it made it fail loading libcarbonyl
, something you could try is setting the same permissions on the .so
files in the Carbonyl directory.
I was able to install and run Chromium from distro repository without issues:
chromium 110.0.5481.77-1~deb11u1 amd64 web browser
Maybe it's some Debian system incompatibility as /usr/bin/chromium
has the standard 0755 mod.
I'm not sure if this is a solution for debian - but on ubuntu 24.04, the issue was due to apparmor. I ended up making a copy of /etc/apparmor.d/chrome , editing it to reflect the path to carbonyl (and setting the application name appropriately), and the error went away
Pulling Linux amd64, extracting and running as a regular user I got:
Next thing I tried was
This resulted in
and I was not able to make any progress from here. I can still run
carbonyl
with--no-sandbox
but this is not exactly what I want.OS: Debian 11 Bullseye