Bugs item #1359150, was opened at 2005-11-17 19:47 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1359150&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com