Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 18:08:26 +0100
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        Jan Beich <jbeich@vfemail.net>
Cc:        ports@freebsd.org, Andrea Venturoli <ml@netfence.it>, oliver@FreeBSD.org
Subject:   Re: Audacious and GTK3
Message-ID:  <20141218180826.8f12eb5e6c4c3387ae92d8e7@gmail.com>
In-Reply-To: <oar1-rwf4-wny@vfemail.net>
References:  <5492AC25.4090302@netfence.it> <oar1-rwf4-wny@vfemail.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Dec 2014 13:10:07 +0100
Jan Beich <jbeich@vfemail.net> wrote:

> Andrea Venturoli <ml@netfence.it> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141218180826.8f12eb5e6c4c3387ae92d8e7>