[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread R. David Murray
R. David Murray added the comment: OK, sounds fine. Shall we close this as fixed then? -- ___ Python tracker ___ ___ Python-bugs-lis

[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread Matthias Klose
Matthias Klose added the comment: I don't think so. the register calls append to the list, don't overwrite it. -- ___ Python tracker ___

[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread R. David Murray
R. David Murray added the comment: If gvfs is preferred, should its if block come second, or perhaps those two should be an if/elif block? -- nosy: +r.david.murray ___ Python tracker _

[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 70c58903b52e by Matthias Klose in branch 'default': - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. http://hg.python.org/cpython/rev/70c58903b52e -- nosy: +python-dev ___ Python tracker

[issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py

2012-04-04 Thread Matthias Klose
New submission from Matthias Klose : [forwarded from https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/971311] The webbrowser.py is using gnome-open. This is no longer supported by gnome, instead they use gvfs-open. The attached patch adds support for this and will also use xdg-open if