[ python-Bugs-1359150 ] Prefer configured browser over Mozilla and friends
SourceForge.net
noreply at sourceforge.net
Tue Nov 22 20:18:25 CET 2005
Bugs item #1359150, was opened at 2005-11-17 18:47
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1359150&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Platform-specific
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Ville Skyttä (scop)
Assigned to: Nobody/Anonymous (nobody)
Summary: Prefer configured browser over Mozilla and friends
Initial Comment:
webbrowser.py in svn trunk seems to take user's GNOME
configuration into account when selecting which
browser to launch. That's good.
What isn't good IMO is that it appears to try the
Mozilla variants before that, thus ignoring the
user's configured browser if a known Mozilla variant
is installed.
I'd suggest rearranging the first two blocks of
register_X_browsers() so that the gconftool-2 block
comes before the Mozilla/Netscape one.
(Note that this is just from skimming the code; I
don't have a svn trunk Python available, but was
checking whether https://bugzilla.redhat.com/173275
would have been addressed upstream already.)
----------------------------------------------------------------------
>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-11-22 20:18
Message:
Logged In: YES
user_id=1188172
Thanks, changed in rev 41511.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1359150&group_id=5470
More information about the Python-bugs-list
mailing list