[Bug 83974] Re: [feisty] apport-gtk is opening a wrong URL
Martin Pitt
martin.pitt at ubuntu.com
Mon Feb 19 12:29:48 UTC 2007
Closing apport task, since this is a Python module bug and it does not
apply any more to a standard Gnome/KDE desktop.
** Changed in: apport (Ubuntu)
Status: Unconfirmed => Rejected
** Summary changed:
- [feisty] apport-gtk is opening a wrong URL
+ webbrowser incorrectly handles quoted arguments
** Description changed:
- Binary package hint: apport-gtk
+ >>> import webbrowser
+ >>> webbrowser.open('http://www.piware.de')
- When I try to submit a bug apport-gtk opens the standard browser
- (Firefox) with the Launchpad URL but before the URL there is written the
- homedir.
+ -> opens file:///home/martin/%22http://www.piware.de%22
- Example:
- file:///home/janek/%22https://edge.launchpad.net/ubuntu/+filebug/xxxxxxxxxxxxxxxxx?%22
+ This happens with
- When I remove the file:///home/janek/%22 all is correct: The debug infos
- are uploaded and so on. But for newbies it's very confusing.
+ $ gconftool --get /desktop/gnome/url-handlers/http/command
+ /usr/lib/firefox/firefox "%s"
- ProblemType: Bug
- Date: Thu Feb 8 14:20:18 2007
- DistroRelease: Ubuntu 7.04
- Uname: Linux janek-desktop 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 i686 GNU/Linux
+ which is what upstream firefox sets if you check for default browser.
--
webbrowser incorrectly handles quoted arguments
https://launchpad.net/bugs/83974
More information about the Ubuntu-mozillateam-bugs
mailing list