From owner-freebsd-questions@freebsd.org Fri Mar 22 10:38:20 2019 Return-Path: Delivered-To: freebsd-questions@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 3736C153F9A8 for ; Fri, 22 Mar 2019 10:38:20 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from outmx-028.london.gridhost.co.uk (outmx-028.london.gridhost.co.uk [95.142.156.253]) (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 D534074637 for ; Fri, 22 Mar 2019 10:38:18 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from curlew.milibyte.co.uk (unknown [82.71.56.121]) (Authenticated sender: mailpool@milibyte.co.uk) by outmx-028.london.gridhost.co.uk (Postfix) with ESMTPA id 9E3AE215AA048; Fri, 22 Mar 2019 10:38:10 +0000 (GMT) Received: from [127.0.0.1] (helo=curlew.localnet) by curlew.milibyte.co.uk with esmtp (Exim 4.92) (envelope-from ) id 1h7HYv-0001WW-UA; Fri, 22 Mar 2019 10:38:10 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Cc: "Jack L." Subject: Re: Gtk problems with audacity Date: Fri, 22 Mar 2019 10:38:09 +0000 Message-ID: <5162238.mMMZhaHaU6@curlew> In-Reply-To: References: <4402382.1rqTVSEV2j@curlew> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Rspamd-Queue-Id: D534074637 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of jmc-freebsd2@milibyte.co.uk designates 95.142.156.253 as permitted sender) smtp.mailfrom=jmc-freebsd2@milibyte.co.uk X-Spamd-Result: default: False [-0.23 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.81)[-0.810,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; NEURAL_HAM_LONG(-0.86)[-0.865,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_NA(0.00)[milibyte.co.uk]; NEURAL_SPAM_SHORT(0.73)[0.730,0]; RCVD_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+,1:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mail3.eqx.gridhost.co.uk]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[253.156.142.95.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; CTE_CASE(0.50)[]; ASN(0.00)[asn:198047, ipnet:95.142.156.0/22, country:GB]; FREEMAIL_CC(0.00)[gmail.com]; IP_SCORE(0.12)[asn: 198047(0.71), country: GB(-0.09)]; FROM_EQ_ENVFROM(0.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 10:38:20 -0000 On Friday, 22 March 2019 00:35:38 GMT Jack L. wrote: > Do you have libgnomeui installed? Yes > If so, what happens if you remove it? Does audacity magically work? Yes it works fine with libgnomeui removed. Unfortunately i can't permanently delete libgnomeui because it's required by net/unison which I occasionally use for maintaining a remote system but it does provide a temporary workaround for the times I need to run audacity. libgnomeui-2.24.5: ocaml-lablgtk2-2.18.3_2 curlew:/root# pkg info -r ocaml-lablgtk2 ocaml-lablgtk2-2.18.3_2: unison-2.51.2 -- Mike Clarke