[Python-apps-team] Bug#971283: Acknowledgement (quodlibet doesn't remember browser-settings any more)
Klaumi Klingsporn
klaumikli at gmx.de
Fri Oct 2 17:46:39 BST 2020
Only to let xou know:
There has been a patch for this bug in the quodlibet master
git with commit 99aaa5a8d7a2e077f1f76366b91b85e104a270f6:
https://github.com/quodlibet/quodlibet/commit/99aaa5a8d7a2e077f1f76366b91b85e104a270f6.diff
It looks like this:
diff --git a/quodlibet/browsers/paned/prefs.py
b/quodlibet/browsers/paned/prefs.py
index 714cd4907..bd29bc509 100644
--- a/quodlibet/browsers/paned/prefs.py
+++ b/quodlibet/browsers/paned/prefs.py
@@ -62,7 +62,7 @@ def toggled(self, button):
selected_mode = ColumnMode.WIDE
if self.buttons[2].get_active():
selected_mode = ColumnMode.COLUMNAR
- config.set("browsers", "pane_mode", selected_mode)
+ config.set("browsers", "pane_mode", int(selected_mode))
self.browser.set_all_column_mode(selected_mode)
... and it works just fine ;-)
Maybe you should attach it to the debian package as well.
klaumi
-----------
Klaus-Michael Klingsporn
mail: klaumikli at gmx.de
web: www.klaumikli.de
More information about the Python-apps-team
mailing list