run chrome as root user

Edit the file /usr/bin/google-chrome-stable

vi  /usr/bin/google-chrome-stable

and replce the code exec -a “$0” “$HERE/chrome” “$@” with exec -a “$0” “$HERE/chrome” “$@” –no-sandbox

Leave a Reply

Your email address will not be published. Required fields are marked *