From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input. Date: Fri, 18 Nov 2016 15:19:58 -0500 Message-ID: <20161118201958.GE16535@jasmine> References: <3eecaa737fe8ccd7cc040cd7c59e73c3@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7pdj-0000XO-27 for guix-devel@gnu.org; Fri, 18 Nov 2016 15:20:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7pdf-0005ZX-V5 for guix-devel@gnu.org; Fri, 18 Nov 2016 15:20:03 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:59043) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7pdf-0005Yy-QK for guix-devel@gnu.org; Fri, 18 Nov 2016 15:19:59 -0500 Content-Disposition: inline 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 On Fri, Nov 18, 2016 at 12:01:40AM -0600, rennes@openmailbox.org wrote: > Hello, > this patch allow to gnome-control-center to load images in SVG format. > E.G. GNOME logo and Mouse & Touchpad settings image. > > Thanks > From 6aa42f1298bbd7b1582fb6894f9ebd1029b203a8 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Thu, 17 Nov 2016 23:48:11 -0600 > Subject: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input. > > * gnu/packages/gnome.scm (gnome-control-center): Add gdk-pixbuf input. I'm not a GNOME user. The issue is that the control center has missing icons / logos because they are SVG files? I'm just trying to understand the reason for the change.