This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Prefer configured browser over Mozilla and friends
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, scop
Priority: normal Keywords:

Created on 2005-11-17 17:47 by scop, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg26899 - (view) Author: Ville Skyttä (scop) * Date: 2005-11-17 17:47
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.) 
msg26900 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-11-22 19:18
Logged In: YES 
user_id=1188172

Thanks, changed in rev 41511.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42603
2005-11-17 17:47:06scopcreate