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
文章標籤
全站熱搜