CHROME AS ROOT 1-compatible version is chrome 26 download it here ----http://95.31.35.30/chrome/pool/main/g/google-chrome-stable/ 2--after download---copy it to desktop and rename--chrome.deb 3-open terminal--- 4-write the following-- 4.1-cd Desktop 4.2-ar xf chrome.deb [it will extract -> debian-binary ,data.tar.lzma,control.tar.gz] 4.3-tar xf data.tar.lzma [it wll extract => 3 folder -> opt ,etc,usr now just select them and move them to FILESYSTEM---------------it will ask something "JUST CHECK THE CHCECKBOX "MERGE ALL" and merge them ] 4.4-tar zxvf control.tar.gz [it will extract -> postrm,prerm,control and postinst select "postrm,prerm,control and postinst and debian-binary and move them to /opt/google/chrome] 4.5-[now go to opt in file system and right click on google folder and allow execute as program ("permission" tab) and open it and search "chrome" by clicking search button] 4.6-[right click on all result one by one and allow execute as program in "permission" tab mean a tick mark will be appear in the checkbox of the "allow execute as program"] 4.7-then close all boxes accept terminal 4.8-in the terminal type " apt-get install hexedit " when hexedit is installed now type " cd /opt/google/chrome/ " root@localhost:/opt/google/chrome# ->now type " hexedit chrome " CLICK TAB 4.9-wait for a moment for something to appear below 4.10- type-"hexedit chrome" 4.11-ctrl+x 4.12-close terminal 4.13-open google chrome from menu and click on it then if any error follow below 4.14-open terminal and write gedit /usr/bin/google-chrome 4.15-it will open a editable file 4.16-go to the end and delete the last row [don`t delete its above]and paste "exec -a "$0" "$HERE/chrome" "$@" --user-data-dir" omit the quotation mark 4.17-u can do either the 4.16 point or At the end of exec -a "$0" "$HERE/chrome" "$@" Add --user-data-dir [[So it looks like this:::::: exec -a "$0" "$HERE/chrome" "$@" --user-data-dir ]]