From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG Date: Sat, 3 Sep 2016 14:59:28 +0200 Message-ID: References: <87lgzaloex.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgAXj-0007gA-1q for guix-devel@gnu.org; Sat, 03 Sep 2016 08:59:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgAXh-0003nC-73 for guix-devel@gnu.org; Sat, 03 Sep 2016 08:59:30 -0400 Received: from mail-qk0-x244.google.com ([2607:f8b0:400d:c09::244]:35639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgAXh-0003n8-20 for guix-devel@gnu.org; Sat, 03 Sep 2016 08:59:29 -0400 Received: by mail-qk0-x244.google.com with SMTP id o1so9554960qkd.2 for ; Sat, 03 Sep 2016 05:59:28 -0700 (PDT) In-Reply-To: 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: Mark H Weaver Cc: guix-devel Hello, > This is very good, reducing the bare-bones system configuration even if > keeping the default grub theme. > > I'll test it later I think it works OK, tested it like that: changed root's .config/guix/latest to point to a current guix git checkout + your patch, modified my /etc/config.scm to comment out the grub theme: (bootloader (grub-configuration (device "/dev/vda") ;; (theme (grub-theme)) )) ran guix system reconfigure /etc/config.scm && guix gc and now I can't see inkscape in /gnu/store any more... This is probably not the best way to test, but I think it is still conclusive Thanks -- Vincent Legoll