https://bugs.freedesktop.org/show_bug.cgi?id=102572

--- Comment #5 from Andrius Štikonas <andr...@stikonas.eu> ---
Hi, thanks for fixing this! Maybe submit it via
https://patchwork.freedesktop.org/project/pulseaudio/patches/
so that pulseaudio developers might pull it quicker (I had to wait for a few
weeks her on bugzilla)

(In reply to Felipe Sateler from comment #4)
> The patch is incomplete: dbus.mainloop.qt is part of pyqt4. Fortunately the
> fix is simple:
> 
> diff --git a/src/utils/qpaeq b/src/utils/qpaeq
> index 508b233db..a319dad09 100755
> --- a/src/utils/qpaeq
> +++ b/src/utils/qpaeq
> @@ -20,7 +20,7 @@ import os,math,sys
>  try:
>      import PyQt5,sip
>      from PyQt5 import QtWidgets,QtCore
> -    import dbus.mainloop.qt
> +    import dbus.mainloop.pyqt5
>      import dbus
>  except ImportError as e:
>      sys.stderr.write('There was an error importing needed libraries\n'
> @@ -565,7 +565,7 @@ def subdivide(xs, t_points):
>      return left+right
>  
>  def main():
> -    dbus.mainloop.qt.DBusQtMainLoop(set_as_default=True)
> +    dbus.mainloop.pyqt5.DBusQtMainLoop(set_as_default=True)
>      app=QtWidgets.QApplication(sys.argv)
>      qpaeq_main=QPaeq()
>      qpaeq_main.show()

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to