FS#37648 - [jack2] should depend on python2-dbus instead of python2 for jack_control
Attached to Project:
Community Packages
Opened by Joonas Henriksson (ooo) - Tuesday, 05 November 2013, 09:20 GMT
Last edited by Ray Rashif (schivmeister) - Tuesday, 05 November 2013, 18:39 GMT
Opened by Joonas Henriksson (ooo) - Tuesday, 05 November 2013, 09:20 GMT
Last edited by Ray Rashif (schivmeister) - Tuesday, 05 November 2013, 18:39 GMT
|
Details
Description:
jack2 package currently has optional dependecy for python2 to support the jack_control script. However that doesn't seem to be enough: running jack_control fails because the dbus python module is missing: $ jack_control start Traceback (most recent call last): File "/usr/bin/jack_control", line 12, in <module> import dbus ImportError: No module named dbus Installing python2-dbus makes jack_control work without a hitch. Additional info: * tested with version: jack2-1.9.9.5-3 |
This task depends upon