From owner-freebsd-multimedia@freebsd.org Wed Mar 6 23:19:46 2019 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E6A5152ADCE for ; Wed, 6 Mar 2019 23:19:46 +0000 (UTC) (envelope-from fw@submerge.ch) Received: from c3po.matrixx.ch (c3po.matrixx.ch [80.74.145.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50AC1762A2 for ; Wed, 6 Mar 2019 23:19:41 +0000 (UTC) (envelope-from fw@submerge.ch) Received: from [217.22.142.240] (port=32180 helo=z800.localnet) by c3po.matrixx.ch with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_1) (envelope-from ) id 1h1foq-0005n7-ET for freebsd-multimedia@freebsd.org; Thu, 07 Mar 2019 00:19:29 +0100 From: "F.W." To: freebsd-multimedia@freebsd.org Subject: Re: qjackctl and qsampler freeze at launch Date: Thu, 07 Mar 2019 00:19:25 +0100 Message-ID: <1555338.MsCH1bHPGx@z800> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - c3po.matrixx.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - submerge.ch X-Get-Message-Sender-Via: c3po.matrixx.ch: authenticated_id: florian.walpen@submerge.ch X-Authenticated-Sender: c3po.matrixx.ch: florian.walpen@submerge.ch X-Source: X-Source-Args: X-Source-Dir: X-Rspamd-Queue-Id: 50AC1762A2 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of fw@submerge.ch designates 80.74.145.109 as permitted sender) smtp.mailfrom=fw@submerge.ch X-Spamd-Result: default: False [-0.17 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; HAS_X_SOURCE(0.00)[]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[submerge.ch]; HAS_X_ANTIABUSE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; CTE_CASE(0.50)[]; ASN(0.00)[asn:21069, ipnet:80.74.144.0/20, country:CH]; HAS_X_AS(0.00)[florian.walpen@submerge.ch]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.74)[-0.736,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.97)[-0.974,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[submerge.ch]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(0.01)[country: CH(0.03)]; NEURAL_SPAM_SHORT(0.84)[0.842,0]; RCVD_IN_DNSWL_NONE(0.00)[109.145.74.80.list.dnswl.org : 127.0.10.0]; HAS_X_GMSV(0.00)[florian.walpen@submerge.ch]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 23:19:46 -0000 Hi, are you by chance running some Qt-based DE like KDE or Lumina? Because I can reproduce it in Lumina, but not in pure Fluxbox WM. That's not much, but a hint where to start looking maybe. I think I stumbled upon this about a year ago, but never investigated since I am using the rc jackd service anyway. Good luck Florian Walpen On Wednesday, March 6, 2019 10:42:33 PM CET Marcel Bonnet wrote: > Hi folks. > > I can't launch qjackctl and qsampler. Both apps freeze without showing > their window. The mouse still moving, but the desktop becomes unresponsive. > The only way to get things working is ctrl+alt+F[number] , login and kill > the process. > > I tried configure qjackctl wihtout XUNIQUE option, but no success. I read > some reports about this problem on different forums. > > Thanks in advance.