From owner-freebsd-ports@FreeBSD.ORG Thu Dec 18 15:39:48 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DD2B7E3 for ; Thu, 18 Dec 2014 15:39:48 +0000 (UTC) Received: from smtp-36.italiaonline.it (smtp-36.italiaonline.it [212.48.25.164]) by mx1.freebsd.org (Postfix) with ESMTP id B04642C05 for ; Thu, 18 Dec 2014 15:39:47 +0000 (UTC) Received: from soth.ventu ([151.41.179.198]) by smtp-36.iol.local with bizsmtp id V3fj1p01N4HDURz0c3fkXp; Thu, 18 Dec 2014 16:39:45 +0100 x-libjamoibt: 1601 X-CNFS-Analysis: v=2.1 cv=EKeI0jpC c=1 sm=1 tr=0 a=B8HPc/iTNicfdELJGXuiDg==:117 a=B8HPc/iTNicfdELJGXuiDg==:17 a=Yd-oHch9f_kA:10 a=IkcTkHD0fZMA:10 a=A92cGCtB03wA:10 a=6I5d2MoRAAAA:8 a=w19TLGuqT95Mlz_CCqUA:9 a=QEXdDO2ut3YA:10 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.7) with ESMTP id sBIFdhhc012085; Thu, 18 Dec 2014 16:39:43 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <5492F53F.7090203@netfence.it> Date: Thu, 18 Dec 2014 16:39:43 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Jan Beich Subject: Re: Audacious and GTK3 References: <5492AC25.4090302@netfence.it> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, oliver@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 15:39:48 -0000 On 12/18/14 13:10, Jan Beich wrote: > Do you use default icon theme? If so it needs to be manually installed. > The issue is common for any gtk30 app. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195455 > >> >> B) Toggles in menus won't show up: as an example to show what I mean, >> I can hit Ctrl-M to enable "Stop After This Song" and the same can be >> done from "Playback" menu; however, when looking in that menu, there >> is no tick near this option, so there is no way to know if it is >> enabled or not. > > A consequence of the above issue. Don't confuse with similar issue that > often happens with apps not supporting :checked since gtk-3.14. Thanks. Both issues were solved by installing adwaita-icon-theme; I agree that should be a dependency (of audacious at least, if not of gtk3). I'm still trying to solve the third issue. bye av.