From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giojd-0001OD-49 for guix-patches@gnu.org; Sun, 13 Jan 2019 18:00:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gioja-0004ZY-T8 for guix-patches@gnu.org; Sun, 13 Jan 2019 18:00:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58898) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gioja-0004Ya-Hg for guix-patches@gnu.org; Sun, 13 Jan 2019 18:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gioja-0001au-CS for guix-patches@gnu.org; Sun, 13 Jan 2019 18:00:02 -0500 Subject: [bug#34046] [PATCH] gnu: qjackctl: Disable xunique. Resent-Message-ID: References: <87bm4kyzgv.fsf@gnu.org> From: Ricardo Wurmus In-reply-to: <87bm4kyzgv.fsf@gnu.org> Date: Sun, 13 Jan 2019 23:43:55 +0100 Message-ID: <8736pwnpp0.fsf@elephly.net> 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: 34046@debbugs.gnu.org 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 feature= . It starts jackd in the background and *that* can=E2=80=99t be started more than once on the same audio device anyway. -- Ricardo