Making Studio work with more than one DE

Kaj Ailomaa zequence at mousike.me
Wed May 22 21:47:46 UTC 2013


On Wed, May 22, 2013, at 11:42 PM, Ralf Mardorf wrote:
> Ubuntu Studio Precise and Ubuntu Studio Quantal:
> 
> [rocketmouse at archlinux ~]$ sudo lmount -w u1.precise
> [sudo] password for rocketmouse: 
> [rocketmouse at archlinux ~]$ sudo lmount -w qrc
> [rocketmouse at archlinux ~]$ cat /mnt/u1.precise/usr/bin/qjackctl
> #!/bin/sh
> 
> # laucher.sh - Disable PulseAudio before launching a JACKD based program
> # Copyright © 2011 Alessio Treglia <alessio at debian.org>
> #
> # This program is free software; you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation; either version 2 of the License, or
> # (at your option) any later version.
> 
> PROGRAM="/usr/lib/qjackctl/qjackctl.real"
> PASUSPENDER="`whereis -b pasuspender | cut -d ':' -f 2 | tr -d ' '`"
> 
> ( [ -x "${PASUSPENDER}" ] && ${PASUSPENDER} -- ${PROGRAM} ${@} ) ||
> ${PROGRAM} ${@}
> 
> exit 0

This script has not been doing anything useful for at least since 12.04,
maybe on or two release before that too. It's broken. And that is why I
suggested to have it removed some time ago. It's now removed in the
upstream qjackctl debian package. Doesn't do any harm, or any good
either for that matter atm.



More information about the Ubuntu-Studio-devel mailing list