Page 1 of 1

Trying to install chromium via Flathub

Posted: 4. Jan 2023, 06:08
by Me7377
So, this happens: Fatal Error!

"This generally happens when your distribution has unprivileged user namespaces disabled, or your Flatpak version is older than 1.8.

If you installed a "hardened" security kernel, these also usually disable unprivileged user namespaces. They can be re-enabled by running the following as root (you can enter a root shell via sudo -i):"

Code: Select all

echo kernel.unprivileged_userns_clone=1 > /etc/sysctl.d/50-bubblewrap.conf
sysctl -w kernel.unprivileged_userns_clone=1
And the code doesn't work.

Thanks!

Re: Trying to install chromium via Flathub

Posted: 8. Jan 2023, 19:59
by gapan
Hi! This has come up before:
viewtopic.php?f=15&t=8461&p=48340