From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input. Date: Fri, 18 Nov 2016 09:10:33 +0100 Message-ID: <20161118091033.62f37a18@scratchpost.org> References: <3eecaa737fe8ccd7cc040cd7c59e73c3@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7eFw-0000H1-6Y for guix-devel@gnu.org; Fri, 18 Nov 2016 03:10:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7eFr-0004cy-8f for guix-devel@gnu.org; Fri, 18 Nov 2016 03:10:44 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:35744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7eFr-0004b8-0s for guix-devel@gnu.org; Fri, 18 Nov 2016 03:10:39 -0500 In-Reply-To: <3eecaa737fe8ccd7cc040cd7c59e73c3@openmailbox.org> 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" To: rennes@openmailbox.org Cc: guix-devel@gnu.org Hi, On Fri, 18 Nov 2016 00:01:40 -0600 rennes@openmailbox.org wrote: > this patch allow to gnome-control-center to load images in SVG format. > E.G. GNOME logo and Mouse & Touchpad settings image. >+ ("gdk-pixbuf" ,gdk-pixbuf) ; for load files with SVG extension. ; to load SVG files or ; for loading SVG files . Gdk-pixbuf doesn't care whether they have a "SVG" filename extension or not (if you meant that).