• Open google-chrome located in /usr/bin with nano or your favorite text editor.

gedit /usr/bin/google-chrome

  • Add “–user-data-dir” to the end of the file. Example below:

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir

 

I’m pretty sure this can be accomplished through a script by echoing  –user-data-dir to the end of the file, but echo -n doesn’t seem to work with the built in echo for Backtrack. Suggestions are welcome!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>