How To Fix Unable To Run Google Chrome as a Root Error in Linux andrey понедельник, 12 мая 2014 г. No Comment

Run Google Chrome as a Root Error in Linux

This problem is most frequently seen in many Linux distributions such as Kali Linux, Backtrack and many others.

The error message is:

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

If you are running Ubuntu then you don't need to worry about this error, because in Ubuntu you are not logged in as Root. read this article to know how to install chrome in Ubuntu.

But, this problem can be easily fixed by adding a simple command in the executable file of Google Chrome.

1. First you need to find the directory where your Google Chrome is installed. In most of the cases it is

/opt/google/chrome/google-chrome


Run Google Chrome as a Root Error in Linux

2. After finding this directory you need to open the executable shell script "google-chrome" with a text editor such as gedit or gvim or leafpad.

3. After opening it add this simple line in google-chrome file
--user-data-dir

4. After adding this line hit the CTRL+S to save changes.

Now you can run Google Chrome without any errors, if you are still facing any problem regarding to this article then leave your comments below.


related articles
Fix all structured data errors
Fix Missing Required Field Updated Error
Fix Page Contains Property blogid, postid Which Is Not Part of The Schema Error
Run Google Chrome as a Root Error in Linux

This problem is most frequently seen in many Linux distributions such as Kali Linux, Backtrack and many others.

The error message is:

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

If you are running Ubuntu then you don't need to worry about this error, because in Ubuntu you are not logged in as Root. read this article to know how to install chrome in Ubuntu.

But, this problem can be easily fixed by adding a simple command in the executable file of Google Chrome.

1. First you need to find the directory where your Google Chrome is installed. In most of the cases it is

/opt/google/chrome/google-chrome


Run Google Chrome as a Root Error in Linux

2. After finding this directory you need to open the executable shell script "google-chrome" with a text editor such as gedit or gvim or leafpad.

3. After opening it add this simple line in google-chrome file
--user-data-dir

4. After adding this line hit the CTRL+S to save changes.

Now you can run Google Chrome without any errors, if you are still facing any problem regarding to this article then leave your comments below.


related articles
Fix all structured data errors
Fix Missing Required Field Updated Error
Fix Page Contains Property blogid, postid Which Is Not Part of The Schema Error
by Jillur Rahman

Jillur Rahman is a Web designers. He enjoys to make blogger templates. He always try to make modern and 3D looking Templates. You can by his templates from Themeforest.

Follow him @ Twitter | Facebook | Google Plus

No Comment