From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH] gnu: Add adwaita-icon-theme. Date: Thu, 14 May 2015 09:38:33 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ysnj2-00017x-LR for guix-devel@gnu.org; Thu, 14 May 2015 03:38:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ysnj1-0004fh-Q4 for guix-devel@gnu.org; Thu, 14 May 2015 03:38:36 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: iyzsong@gmail.com, Guix-devel , =?UTF-8?Q?Ludovic_Court=C3=A8s?= > With 'gtk+', it will: > 1. use gtk-update-icon-cache to build a index-theme.cache (ok) > 2. use gtk-encode-symbolic-svg to convert symbolic SVGs to PNGs (failed) To enable the SVG functionality of gdk-pixbuf you have to refer to the cache in the librsvg package, not the default in the gdk-pixbuf package. See gnome-themes-standard. Regards, Fede