[issue6671] webbrowser.py doesn't respect xfce default browser

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: I'm not so keen on the os.popen() -- is there no other way to find out if XFCE is running? -- ___ Python tracker ___

[issue6671] webbrowser.py doesn't respect xfce default browser

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: This is a three line patch. -- assignee: -> georg.brandl nosy: +BreamoreBoy, georg.brandl stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue6671] webbrowser.py doesn't respect xfce default browser

2009-08-10 Thread Aliaksandr Stelmachonak
Changes by Aliaksandr Stelmachonak : Removed file: http://bugs.python.org/file14678/webbrowser.py.patch ___ Python tracker ___ ___ Python-bugs-

[issue6671] webbrowser.py doesn't respect xfce default browser

2009-08-10 Thread Aliaksandr Stelmachonak
Changes by Aliaksandr Stelmachonak : Added file: http://bugs.python.org/file14680/webbrowser.py.patch ___ Python tracker ___ ___ Python-bugs-li

[issue6671] webbrowser.py doesn't respect xfce default browser

2009-08-09 Thread Aliaksandr Stelmachonak
New submission from Aliaksandr Stelmachonak : Currently webbrowser.py only trying to use GNOME and KDE default browser setting. This patch adds launching Xfce default browser if xfce environment detected. -- components: Library (Lib) files: webbrowser.py.patch keywords: patch messages: