Tips How to run chrome by root

How to run chrome by root  

The installation of chrome in ubuntu by software centre can not be run by root. In this situation, we can do as follows:

gedit /etc/chromium-browser/default

The last sentence may be

    CHROMIUM_FLAGS=""

Change it by :

    CHROMIUM_FLAGS="--user-data-dir"

The ubuntu I used is 14.04    

原文地址:https://www.cnblogs.com/Joy06/p/3896905.html