Public bug reported: Binary package hint: qjackctl
According to the man page, qjackctl has the options -s, --start, -p, --preset, -h, --help and -v, --version. When the command "qjackctl -h" is given, the response is: $ qjackctl -h pasuspender [options] ... -h, --help Show this help --version Show version -s, --server=SERVER The name of the server to connect to Reason: qjackctl is a wrapper, and behaves like pasuspender (has the command options of that one). The wrapper script is short: ---start script----- #!/bin/sh # Wrapper around qjackctl to suspend pulseaudio if needed. if which pasuspender > /dev/null && pidof pulseaudio > /dev/null ; then pasuspender /usr/bin/qjackctl.bin "$@" else /usr/bin/qjackctl.bin "$@" fi --- end script--- In particular, I haven't been able to start jackd using "qjackctl -s". ~$ lsb_release -rd Description: Ubuntu 8.04.1 Release: 8.04 $ apt-cache policy qjackctl qjackctl: Installerad: 0.3.2-1ubuntu1 Kandidat: 0.3.2-1ubuntu1 Versionstabell: *** 0.3.2-1ubuntu1 0 500 http://se.archive.ubuntu.com hardy/universe Packages 100 /var/lib/dpkg/status ** Affects: qjackctl (Ubuntu) Importance: Undecided Status: New -- command options for qjackctl are different from man page https://bugs.launchpad.net/bugs/273750 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs