From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glWYp-0000z3-MD for guix-patches@gnu.org; Mon, 21 Jan 2019 05:12:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glWYm-0007ir-Kp for guix-patches@gnu.org; Mon, 21 Jan 2019 05:12:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40165) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glWYk-0007hc-JZ for guix-patches@gnu.org; Mon, 21 Jan 2019 05:12:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1glWYk-0006qH-8E for guix-patches@gnu.org; Mon, 21 Jan 2019 05:12:02 -0500 Subject: [bug#34046] [PATCH] gnu: qjackctl: Disable xunique. Resent-Message-ID: References: <87bm4kyzgv.fsf@gnu.org> <8736pwnpp0.fsf@elephly.net> <87ef97p673.fsf@gnu.org> From: Pierre Langlois In-reply-to: <87ef97p673.fsf@gnu.org> Date: Mon, 21 Jan 2019 10:10:59 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Ricardo Wurmus , 34046-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hello, > > Ricardo Wurmus skribis: > >> Ludovic Court=C3=A8s writes: >> >>> Hi Pierre, >>> >>> Pierre Langlois skribis: >>> >>>> For the past few months I've been unable to use qjackctl, it would >>>> freeze X all together on startup. It seems to happen only in tiling >>>> window manager though. But, it looks like people upstream have found t= he >>>> problem and disabling xunique fixes it! >>>> See https://github.com/rncbc/qjackctl/issues/13. >>>> >>>> The bug mentions qsynth too, I'll check if it has the same problem. By the way, I've installed qsynth and it doesn't hang the system. >>> >>> It LGTM, but let=E2=80=99s see if Ricardo approves. :-) >> >> This seems okay to me. This is only about letting qjackctl capture >> attempts to start it another time, which isn=E2=80=99t an essential feat= ure. It >> starts jackd in the background and *that* can=E2=80=99t be started more = than >> once on the same audio device anyway. > > Alright, I=E2=80=99ve applied it now. Thanks! Brilliant, thanks!! Pierre