Friday, April 3, 2015

Google chrome not run as root in Ubuntu

Run chrome as root user follow these steps:-
1) Open /opt/google/chrome folder
2) Open google-chrome file
3) Change last line of file with
4) Actual line
   exec -a "$0" "$HERE/chrome" "$@"
5) After change line
   exec -a "$0" "$HERE/chrome" "$@" --user-data-dir
6) Save and close the file

No comments:

Post a Comment