close

How to run google chrome as root in linux (without --no-sandbox is not supported.)?

 

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.

 

Go to terminal edit file:

vi /usr/bin/google-chrome

instead of this line

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

instead to

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

 

arrow
arrow
    創作者介紹
    創作者 微笑創客 的頭像
    微笑創客

    微笑創客 Smile assassin

    微笑創客 發表在 痞客邦 留言(0) 人氣()