-1

How to fix Chrome (--no-sandbox is not supported) error in centos

How to fix the error([10972:10972:1030/185742.757420:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.)
, when I run
google-chrome in centos

jacob
asked Oct 30, 2019
4 Answer
2

Answer:

To fix the above (Running as root without --no-sandbox is not supported) error, use following steps:

step1: Edit the below file

vim /usr/bin/google-chrome

instead of this line

exec -a "$0" "$HERE/chrome" "$@"

use line

exec -a "$0" "$HERE/chrome" "$@"  --no-sandbox
View More
linuxhelp
answered Oct 30, 2019
0

Make sure to include one space between the EXE portion of the path and the first hyphen in "--no-sandbox" and the click "OK.

View More
ayesy
answered Jun 1, 2023
0

I hired an expert to help me with the problem because I was having the same problem but couldn't figure out how to solve

View More
Maskinla
answered Dec 28, 2023
0

I also faced the same issue but still can't figure it out how to solve this and due to this issue i hire an expert one for, and i still looking a solution for this issue.

View More
jamesanderson
answered Apr 20, 2023
Your Answer
||||
 
100:0