Official NuTyX forums

Help => General => Topic started by: Ralph on Wed Sep 08 08:51:20 2021

Title: Chromium sandbox problem
Post by: Ralph on Wed Sep 08 08:51:20 2021
Hi,

chromium start with the
Quote
: RESULT_CODE_INVALID_SANDBOX_STATE

mesage.

My workaround in the moment is to start chromium in the terminal with
Quote
$ chromium --no-sandbox

Best regards Ralph






Title: Re: Chromium sandbox problem
Post by: Thierry on Wed Sep 08 16:49:53 2021
Thanks for reporting.

Be aware that chromium package is not build by the NuTyX (https://github.com/NuTyX/packages-x86_64/tree/rolling/gui-extra/chromium) team but by the ArchLinux team.

You can also installl  the flatpak version if you want:

https://flathub.org/apps/details/org.chromium.Chromium

Code: [Select]
get flatpak
sudo flatpak install flathub org.chromium.Chromium

should do it.

Best regards,
Thierry
Title: Re: Chromium sandbox problem
Post by: Ralph on Wed Sep 08 19:08:51 2021
Thanks,

I just use the firefox  8)