Public bug reported:
Binary package hint: qjackctl
Detection of Jack output in Pulseaudio fails due to a quoting error in
/usr/bin/qjackctl
When Pulseaudio uses Jack output, qjackctl currently fails to detect
this reliably.
To fix, apply following diff:
12c12
< if [ $PACTL -a $JACK ]; then
---
> if [ $PACTL -a "$JACK" ]; then
** Affects: qjackctl (Ubuntu)
Importance: Undecided
Status: New
--
Quoting error in /usr/bin/qjackctl
https://bugs.launchpad.net/bugs/618564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs