This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bazwal
Recipients bazwal, phd, pitrou, serhiy.storchaka, ssokolow
Date 2015-02-27.02:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425005114.71.0.966179874792.issue23262@psf.upfronthosting.co.za>
In-reply-to
Content
I arrived at an almost identical solution to the one given by Oleg. It works for me with FF 28, 35 & 36 - but presumably there are earlier versions where it does not, otherise why have the -remote option at all?

The gist of the Mozilla bug report is that the option has existed for a very long time, but there are now other command-line options that do exactly the same thing. So the only question seems to be whether Python should still support those older versions of FF that actually require it (if any exist).

On the xdg-open issue: the $BROWSER env var has priority over the default list of browsers to try, so that might explain why xdg-open is not being used on some systems (that is how I originally became aware of this problem).
History
Date User Action Args
2015-02-27 02:45:14bazwalsetrecipients: + bazwal, phd, pitrou, ssokolow, serhiy.storchaka
2015-02-27 02:45:14bazwalsetmessageid: <1425005114.71.0.966179874792.issue23262@psf.upfronthosting.co.za>
2015-02-27 02:45:14bazwallinkissue23262 messages
2015-02-27 02:45:13bazwalcreate