Comment 17 for bug 43464

Revision history for this message
Fraser Hanson (fraser-hanson) wrote :

I just edited /usr/share/quodlibet/qltk/dbus_.py:11 as in the debian patch:

11c11
- from dbus.dbus_bindings import DBusException
---
+ from dbus import DBusException

This gets rid of the dbus_bindings deprecation warning when I start quodlibet from the command line, but it does not fix the multimedia keys problem. The other warnings seen in my quodlibet output above are still present.