From owner-freebsd-ports@FreeBSD.ORG Thu Dec 18 17:08:31 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 5EFF59ED; Thu, 18 Dec 2014 17:08:31 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E15771CEB; Thu, 18 Dec 2014 17:08:30 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ex7so2481615wid.9; Thu, 18 Dec 2014 09:08:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Bs2BTMeXeoejQ6aS6OE5D0iHZEDLtvqfMDrq0VHTYFU=; b=oPsYCHHog5S/mF+yC0E6zlkYV80y5a57h/lrQmmRgJAcXB7PjhLsrF/8utMMC6r276 FHGH6I3Spbqe/IW2GVWTdrSle0lkNlrvvjO+C/cCU1ClcYsXD9syBtL/gptFCk6xzxu0 mb45DvxM9m4nIOhZGb6iksqQ+5o+aqnA2f976PwWMO5VADDu9e7x6PjLPu8kxmsLwqOv nASWCnEb1Nm/eRoCjEcddkoX1GRo36DC2J64AKANUT5FndAWaAqSKASEwF38KsdHy2/J aVTy1cp8xgG2HBIwJ5jz3cbcWdjWrU5/Qzuo8qAyIDGI4QJnNGRlyia+QgZbE4uaFFO5 2V6Q== X-Received: by 10.180.98.162 with SMTP id ej2mr7065137wib.39.1418922509287; Thu, 18 Dec 2014 09:08:29 -0800 (PST) Received: from chouffe (AMarseille-655-1-619-119.w109-208.abo.wanadoo.fr. [109.208.252.119]) by mx.google.com with ESMTPSA id ec2sm10644166wib.23.2014.12.18.09.08.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 09:08:28 -0800 (PST) Date: Thu, 18 Dec 2014 18:08:26 +0100 From: Olivier Duchateau To: Jan Beich Subject: Re: Audacious and GTK3 Message-Id: <20141218180826.8f12eb5e6c4c3387ae92d8e7@gmail.com> In-Reply-To: References: <5492AC25.4090302@netfence.it> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Andrea Venturoli , 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 17:08:31 -0000 On Thu, 18 Dec 2014 13:10:07 +0100 Jan Beich wrote: > Andrea Venturoli writes: > > > I've recently updated Audacious and see it switched to GTK3. > > > > Since that, I've got a few problems... > > > > A) Some icons won't show up: those on he left of the progress bar are > > fine, but the three on the right won't display, and I get three > > "missing link" icons. The same happens in the tab titles. > > 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. For GTK3 applications with Xfce, you must install x11-themes/gnome-themes-standard and change value of /Net/ThemeName property: xfconf-query -c xsettings -p /Net/ThemeName \ -t string -s Adwaita Or install x11-themes/clearlooks-phenix-theme (GTK and xfwm4 themes). Since GTK 3.10, new widgets have been added, especially GtkPopover, GtkFlowBox, GtkActionBar and GtkHeaderBar, which are not well displayed with GTK2 theme. In Xfce repository, we are ready to replace current default icon theme by misc/gnome-icon-theme. It won't be x11-themes/adwaita-icon-theme, because Thunar and some specific Xfce's widgets still use stock icons (these are macros in GTK toolkit) which are deprecated since GTK 3.10 and not available in this icon theme. > > ------------------------------------------------- > > VFEmail.net - http://www.vfemail.net > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! > $24.95 ONETIME Lifetime accounts with Privacy Features! > 15GB disk! No bandwidth quotas! > Commercial and Bulk Mail Options! > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- olivier