Can 't launch qpaeq because of python libraries : from python2 : There was an error importing needed libraries Make sure you have qt5 and dbus-python installed The error that occured was: No module named qt from python3 There was an error importing needed libraries Make sure you have qt5 and dbus-python installed The error that occured was: No module named 'dbus.mainloop.qt' Importing updated qpae.py from git solves the issue, i can launch the equaliser now.
Same here. I just wanted to post the same bugreport. Unfortunately there seems to be a missing entry for pulseaudio-qpaeq in Bugzilla.
pulseaudio-qpaeq is part of "pulseaudio" package, bugzilla does not have separate components for every subpackage. That said, this package already has dependencies listed: Requires: python-qt5 Requires: python2-dbus Which should provide the 2 things it needs.
Ah, this should fix it: https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=ba2b748d40f78b9d9f945b5422ca74d05f8d0d07 Which is included in test-candidate builds provided by copr: https://copr.fedorainfracloud.org/coprs/rdieter/pulseaudio/ when we're confident these are stable and reliable, will submit to fedora updates channel (hopefully soon).
rawhide should be good now