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

2010-07-11 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org
http://bugs.python.org/issue6671
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-07-11 Thread Georg Brandl

Georg Brandl ge...@python.org 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 rep...@bugs.python.org
http://bugs.python.org/issue6671
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-08-10 Thread Aliaksandr Stelmachonak

Changes by Aliaksandr Stelmachonak mail.ava...@gmail.com:


Added file: http://bugs.python.org/file14680/webbrowser.py.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6671
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-08-10 Thread Aliaksandr Stelmachonak

Changes by Aliaksandr Stelmachonak mail.ava...@gmail.com:


Removed file: http://bugs.python.org/file14678/webbrowser.py.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6671
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-08-09 Thread Aliaksandr Stelmachonak

New submission from Aliaksandr Stelmachonak mail.ava...@gmail.com:

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: 91426
nosy: ava1ar
severity: normal
status: open
title: webbrowser.py doesn't respect xfce default browser
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file14678/webbrowser.py.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6671
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com