commit d8be44a975fae081a8f5ed52ff3f7f6f6e932962 Author: Arlo Breault arlolra@gmail.com Date: Sun Jun 30 08:27:30 2013 -0700
Use firefox-bin on MacOS instead of TorBrowser.app.
This should make the docking behavior more sane. --- RelativeLink/RelativeLinkOSX.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/RelativeLink/RelativeLinkOSX.sh b/RelativeLink/RelativeLinkOSX.sh index 826b80b..6d01179 100755 --- a/RelativeLink/RelativeLinkOSX.sh +++ b/RelativeLink/RelativeLinkOSX.sh @@ -53,7 +53,7 @@ if [ "$DEBUG_TBB" -eq 1 ]; then printf "\nStarting Tor Browser now\n" cd "${HOME}" printf "\nLaunching Tor Browser from: `pwd`\n" - ./Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox -jsconsole -no-remote -profile "${HOME}/Library/Application Support/Firefox/Profiles/profile" + ./Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox-bin -jsconsole -no-remote -profile "${HOME}/Library/Application Support/Firefox/Profiles/profile" printf "\nTor Browser exited with the following return code: $?\n" exit fi @@ -61,4 +61,4 @@ fi # not in debug mode, run proceed normally printf "\nLaunching Tor Browser Bundle for OS X in ${HOME}\n" cd "${HOME}" -open "${HOME}/Contents/MacOS/TorBrowser.app" --args -no-remote -profile "${HOME}/Library/Application Support/Firefox/Profiles/profile" +"${HOME}/Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox-bin" --args -no-remote -profile "${HOME}/Library/Application Support/Firefox/Profiles/profile"