From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: how to make fonts available to a service? Date: Fri, 12 Jul 2019 22:42:26 +0200 Message-ID: <2922F2BE-80D0-4A9E-8F74-AF02546E032A@vllmrt.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36722) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm2NL-0007Mq-Uk for guix-devel@gnu.org; Fri, 12 Jul 2019 16:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm2NL-0004Hl-4z for guix-devel@gnu.org; Fri, 12 Jul 2019 16:42:39 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:52654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hm2NK-0004BQ-V3 for guix-devel@gnu.org; Fri, 12 Jul 2019 16:42:39 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 7BC7F50C02 for ; Fri, 12 Jul 2019 22:42:34 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id E_pQsEiRan6j for ; Fri, 12 Jul 2019 22:42:26 +0200 (CEST) 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: guix-devel@gnu.org Hi all, I=E2=80=99m a bit at a loss right now with respect to how to make fonts = available to system services. I=E2=80=99m running a service that uses rsvg-convert (from package = librsvg) to raster some SVG graphics. However, it appears that the default fonts are missing some Unicode character. It seems that I can make fonts available in my user profile by = installing the corresponding font package, and those would be available to = rsvg-convert via fontconfig via ~/.guix-profile/share/fonts. But how would I do the same for a service? Thanks, Robert