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 l0nwlf
Recipients dalke, l0nwlf, r.david.murray, ronaldoussoren
Date 2010-06-22.10:45:22
SpamBayes Score 0.005732011
Marked as misclassified No
Message-id <1277203524.49.0.758356515086.issue7192@psf.upfronthosting.co.za>
In-reply-to
Content
16:05:57 l0nwlf-MBP:/Applications/Firefox.app/Contents/MacOS$ ./firefox-bin 'http://www.google.com'
says firefox is already running as ff is open.
After we quit ff,
16:09:05 l0nwlf-MBP:/Applications/Firefox.app/Contents/MacOS$ ./firefox-bin -remote 'http://www.google.com'
Nothing happens.
16:09:14 l0nwlf-MBP:/Applications/Firefox.app/Contents/MacOS$ ./firefox-bin  'http://www.google.com'
Opened firefox with url(google homepage) as mentioned.

Also,
>>> import webbrowser
>>> url = 'http://www.google.com'
>>> c = webbrowser.get('safari')
>>> c.open(url)
True
Opens two instances of safari, one with home-page and another with url mentioned. Initially safari was not running and firefox is my default browser. Incase safari is running it opens only one instance with url(google homepage) opened.
History
Date User Action Args
2010-06-22 10:45:24l0nwlfsetrecipients: + l0nwlf, dalke, ronaldoussoren, r.david.murray
2010-06-22 10:45:24l0nwlfsetmessageid: <1277203524.49.0.758356515086.issue7192@psf.upfronthosting.co.za>
2010-06-22 10:45:22l0nwlflinkissue7192 messages
2010-06-22 10:45:22l0nwlfcreate