From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glHHL-00083i-RW for guix-patches@gnu.org; Sun, 20 Jan 2019 12:53:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glHHK-00061e-Rn for guix-patches@gnu.org; Sun, 20 Jan 2019 12:53:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39872) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glHHK-00061U-Kv for guix-patches@gnu.org; Sun, 20 Jan 2019 12:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1glHHK-0008K0-Gv for guix-patches@gnu.org; Sun, 20 Jan 2019 12:53:02 -0500 Subject: bug#34046: [PATCH] gnu: qjackctl: Disable xunique. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87bm4kyzgv.fsf@gnu.org> <8736pwnpp0.fsf@elephly.net> Date: Sun, 20 Jan 2019 18:52:32 +0100 In-Reply-To: <8736pwnpp0.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 13 Jan 2019 23:43:55 +0100") Message-ID: <87ef97p673.fsf@gnu.org> 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: Ricardo Wurmus Cc: 34046-done@debbugs.gnu.org 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 the >>> 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. >> >> 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 featu= re. It > starts jackd in the background and *that* can=E2=80=99t be started more t= han > once on the same audio device anyway. Alright, I=E2=80=99ve applied it now. Thanks! Ludo=E2=80=99.