GNOME Bugzilla – Bug 393204
gnome-open does not open URL's with commas in Firefox 2.0.0.1
Last modified: 2008-04-18 23:09:11 UTC
The entries in gnome-default-applications.xml.in for Firefox do not support URL's with commas in v.2.0.0.1: firefox -remote (mozilla-xremote-client) no longer works on urls containing commas, and is deprecated. firefox -new-window /url/ will open the url in a new window; firefox -new-tab /url/ will open the url in a new tab. (http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/#whatsnew)
Created attachment 79527 [details] [review] Fix for Firefox commands Patch to fix Firefox commands. Here's the Firefox upstream bug report for failure to handle commas and quotes: https://bugzilla.mozilla.org/show_bug.cgi?id=298960
Confirming since Firefox official release notes report this too. Philip, is your fix backward compatible with Firefox 1.x? I tested the -new-tab and -new-window options with 1.5.0.6 and it seems to work, but older versions?
BTW, this would probably fix bug 370779 too.
Sorry for not responding. I didn't realise I wasn't on the CC list! I don't think this fix is actually backwards-compatible with 1.0.x, but it should be OK for 1.5 as you found. The -new-window option was available in 1.0.x (I think), but the -new-tab option was added later.
Patch committed, although not sure if we should provide a backwards compatible entry for 1.0.x ?
I don't think it's worth it; Firefox 1.0 is no longer maintained.
Closing bug as per previous comment(s).