Friday, May 15, 2015

Google Chrome not starting in Linux



Google Chrome not starting in Linux


Now you cannot run google-chrome as root user on updated versions, To run Google Chrome as standard user (while Logged in as Root)
open terminal and type:
adduser -u chromeuser OR useradd -m chromeuser
To run google chrome use command:
gksu -u chromeuser google-chrome OR sux chromeuser google-chrome
If you don't want to run it from Terminal then add chrome in taskbar and then right-click on it, select properties and add the above command in the command parameter.