GNU bug report logs - #34046
[PATCH] gnu: qjackctl: Disable xunique.

Previous Next

Package: guix-patches;

Reported by: Pierre Langlois <pierre.langlois <at> gmx.com>

Date: Fri, 11 Jan 2019 21:33:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34046 in the body.
You can then email your comments to 34046 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34046; Package guix-patches. (Fri, 11 Jan 2019 21:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre Langlois <pierre.langlois <at> gmx.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Jan 2019 21:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: guix-patches <at> gnu.org
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>
Subject: [PATCH] gnu: qjackctl: Disable xunique.
Date: Fri, 11 Jan 2019 21:26:29 +0000
[Message part 1 (text/plain, inline)]
Hello Guix!

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.

Thanks!
Pierre

[0001-gnu-qjackctl-Disable-xunique.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#34046; Package guix-patches. (Sun, 13 Jan 2019 22:18:01 GMT) Full text and rfc822 format available.

Message #8 received at 34046 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Pierre Langlois <pierre.langlois <at> gmx.com>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 34046 <at> debbugs.gnu.org
Subject: Re: [bug#34046] [PATCH] gnu: qjackctl: Disable xunique.
Date: Sun, 13 Jan 2019 23:17:20 +0100
Hi Pierre,

Pierre Langlois <pierre.langlois <at> gmx.com> 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’s see if Ricardo approves.  :-)

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#34046; Package guix-patches. (Sun, 13 Jan 2019 23:00:02 GMT) Full text and rfc822 format available.

Message #11 received at 34046 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>, 34046 <at> debbugs.gnu.org
Subject: Re: [bug#34046] [PATCH] gnu: qjackctl: Disable xunique.
Date: Sun, 13 Jan 2019 23:43:55 +0100
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hi Pierre,
>
> Pierre Langlois <pierre.langlois <at> gmx.com> 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’s see if Ricardo approves.  :-)

This seems okay to me.  This is only about letting qjackctl capture
attempts to start it another time, which isn’t an essential feature.  It
starts jackd in the background and *that* can’t be started more than
once on the same audio device anyway.

--
Ricardo





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 20 Jan 2019 17:53:02 GMT) Full text and rfc822 format available.

Notification sent to Pierre Langlois <pierre.langlois <at> gmx.com>:
bug acknowledged by developer. (Sun, 20 Jan 2019 17:53:02 GMT) Full text and rfc822 format available.

Message #16 received at 34046-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>, 34046-done <at> debbugs.gnu.org
Subject: Re: [bug#34046] [PATCH] gnu: qjackctl: Disable xunique.
Date: Sun, 20 Jan 2019 18:52:32 +0100
Hello,

Ricardo Wurmus <rekado <at> elephly.net> skribis:

> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Hi Pierre,
>>
>> Pierre Langlois <pierre.langlois <at> gmx.com> 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’s see if Ricardo approves.  :-)
>
> This seems okay to me.  This is only about letting qjackctl capture
> attempts to start it another time, which isn’t an essential feature.  It
> starts jackd in the background and *that* can’t be started more than
> once on the same audio device anyway.

Alright, I’ve applied it now.  Thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#34046; Package guix-patches. (Mon, 21 Jan 2019 10:12:02 GMT) Full text and rfc822 format available.

Message #19 received at 34046-done <at> debbugs.gnu.org (full text, mbox):

From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 Pierre Langlois <pierre.langlois <at> gmx.com>, 34046-done <at> debbugs.gnu.org
Subject: Re: [bug#34046] [PATCH] gnu: qjackctl: Disable xunique.
Date: Mon, 21 Jan 2019 10:10:59 +0000
Ludovic Courtès writes:

> Hello,
>
> Ricardo Wurmus <rekado <at> elephly.net> skribis:
>
>> Ludovic Courtès <ludo <at> gnu.org> writes:
>>
>>> Hi Pierre,
>>>
>>> Pierre Langlois <pierre.langlois <at> gmx.com> 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.

By the way, I've installed qsynth and it doesn't hang the system.

>>>
>>> It LGTM, but let’s see if Ricardo approves.  :-)
>>
>> This seems okay to me.  This is only about letting qjackctl capture
>> attempts to start it another time, which isn’t an essential feature.  It
>> starts jackd in the background and *that* can’t be started more than
>> once on the same audio device anyway.
>
> Alright, I’ve applied it now.  Thanks!

Brilliant, thanks!!

Pierre




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 18 Feb 2019 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.