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: Fri, 2 Sep 2016 17:24:10 +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]:39948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqKD-0006fe-M2 for guix-devel@gnu.org; Fri, 02 Sep 2016 11:24:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfqKB-0003Hd-Ow for guix-devel@gnu.org; Fri, 02 Sep 2016 11:24:12 -0400 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:34293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqKB-0003HY-Ka for guix-devel@gnu.org; Fri, 02 Sep 2016 11:24:11 -0400 Received: by mail-qk0-x236.google.com with SMTP id t7so122211149qkh.1 for ; Fri, 02 Sep 2016 08:24:11 -0700 (PDT) In-Reply-To: <87lgzaloex.fsf@netris.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: Mark H Weaver Cc: guix-devel Hello, > The attached patch eliminates the use of 'inkscape' and 'imagemagick' to > convert our grub background image from SVG to PNG. The job is now done > using 'librsvg' [1] via Guile's dynamic FFI. I was unable to perform > the needed scaling using the 'rsvg-convert' program, so I had to use > librsvg directly. > [...] > What do you think? This is very good, reducing the bare-bones system configuration even if keeping the default grub theme. I'll test it later -- Vincent Legoll