Google Chrome can not be run as root - BackTrack 5

Google Chrome can not be run as root.
Please start Google Chrome as a normal user. To run as root, you must specify an alternate --user-data-dir for storage of profile information.

1. Open Konsole Terminal

2. Type

  cd /opt/google/chrome/
  hexedit chrome

3. Press Tab -> Switch to ASCII

4. Press Ctrl+ S -> Search "geteuid"

  Modify to "getppid"

5. Press Ctrl+ X -> Save