Author Topic: Chromium sandbox problem  (Read 3545 times)

Ralph

  • Newbie
  • *
  • Posts: 12
  • Karma: +0/-0
Chromium sandbox problem
« 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







Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Chromium sandbox problem
« Reply #1 on: Wed Sep 08 16:49:53 2021 »
Thanks for reporting.

Be aware that chromium package is not build by the NuTyX 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
« Last Edit: Wed Sep 08 16:52:20 2021 by Thierry »

Ralph

  • Newbie
  • *
  • Posts: 12
  • Karma: +0/-0
Re: Chromium sandbox problem
« Reply #2 on: Wed Sep 08 19:08:51 2021 »
Thanks,

I just use the firefox  8)