commit 28e91cd8798fd55993e98c83e577dd1d82955257 from: mmnmnnmnmm via: Dan Cross date: Tue Sep 06 17:21:47 2022 UTC web: fix plumbing with Firefox Default builds of Firefox remove the previous X remote interface, now causing the use of -remote to silently exit and do nothing. https://hg.mozilla.org/mozilla-central/rev/ef22d8cbf4ef commit - e4b913866b759d4744b8636ac73a8775447dd28e commit + 28e91cd8798fd55993e98c83e577dd1d82955257 blob - 5de673980c57ae995cc2da77a4489c26acd683aa blob + 1028d12585c0d6b14eca82e3b67cf3b37d4770ec --- bin/web +++ bin/web @@ -27,7 +27,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-window)' ;; *firefox*) - $BROWSER -remote 'openURL('"$@"',new-tab)' || + $BROWSER --new-tab "$@" || $BROWSER "$@" ;; *mozilla*)