Friday, 2 March 2012

Ubuntu - Google Chrome can not be run as root

Hi,


This is easy to fix:

  • sudo vim /opt/google/chrome/chrome
  • Find string: "geteuid"
  • Replace with string: "getppid"
  • Done!

Good luck!

No comments:

Post a Comment