admc / jellyfish

Run your Javascript anywhere.
jelly.io
Other
94 stars 10 forks source link

This is the correct way of launching google chrome. If the `--homepage` ... #13

Closed fabiomcosta closed 12 years ago

fabiomcosta commented 12 years ago

try both (on a mac):

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome http://localhost:8888 --no-default-browser-check --temp-profile --disable-web-security --disable-prompt-on-repost --disable-metrics --disable-metrics-reporting --no-first-run --disable-popup-blocking --user-data-dir="/tmp/some"
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --homepage="http://localhost:8888" --no-default-browser-check --temp-profile --disable-web-security --disable-prompt-on-repost --disable-metrics --disable-metrics-reporting --no-first-run --disable-popup-blocking --user-data-dir="/tmp/some"

And you'll understand. Got this from here: http://stackoverflow.com/questions/10488920/bash-script-to-open-chrome-then-turn-computer-off-when-chrome-is-closed