Skip to content

Instantly share code, notes, and snippets.

@OttoAllmendinger
Created September 23, 2010 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OttoAllmendinger/593337 to your computer and use it in GitHub Desktop.
Save OttoAllmendinger/593337 to your computer and use it in GitHub Desktop.
### fix config browser crash fix
GOOGLEEARTH_CONFIG_PATH="${HOME}/.config/Google/GoogleEarthPlus.conf"
if [ -e "${GOOGLEEARTH_CONFIG_PATH}" ]; then
sed "2ienableTips=false" -i "${GOOGLEEARTH_CONFIG_PATH}"
sed "2iAlwaysUseExternalBrowser=true" -i "${GOOGLEEARTH_CONFIG_PATH}"
fi
### end fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment