Run chrome in linux with root login
One reason for still sticking with firefox has been that chrome does not run when you are logged in as root. I know the implications of running as root, so I had to find some way of still using chrome.
Here is a neat trick.. pretty simple actually.
just ssh into localhost with the user id with X enabled.
ssh user@127.0.0.1 -X Chrome runs just as you would expect it to. Before running chrome you will need to change permission of /tmp folder with the command "chmod 1777 /tmp".. run this command before ssh'ing into user login..
cheers
2 comments
[ 3.2 ms ] story [ 18.0 ms ] thread