run chrome as root on Fedora

Its not safe, but sometimes useful:

vi /usr/bin/google-chrome

export LD_LIBRARY_PATH export CHROME_VERSION_EXTRA=”stable” # We don’t want bug-buddy intercepting our crashes. http://crbug.com/24120 export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME exec -a “$0” “$HERE/chrome” “$@” –user-data-dir

Leave a Reply

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