about summary refs log tree commit diff
path: root/pkgs/misc/solfege/webbrowser.patch
blob: 2c9b77d0b8eb75a7fab61587542daaecdbaa5b68 (plain) (blame)
1
2
3
4
5
6
7
8
Fix startup.

--- a/solfege/mainwin.py
+++ b/solfege/mainwin.py
@@ -27,2 +27,3 @@ import textwrap
 try:
+    webbrowser.register_standard_browsers()
     i = webbrowser._tryorder.index("x-www-browser")