Trying to install chromium via Flathub

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
Me7377
Posts: 1
Joined: 4. Jan 2023, 05:57

Trying to install chromium via Flathub

Post 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!
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: Trying to install chromium via Flathub

Post by gapan »

Hi! This has come up before:
viewtopic.php?f=15&t=8461&p=48340
Image
Image
Post Reply