From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#22927: system-installed emacs does not find system-installed fonts Date: Mon, 04 Apr 2016 21:11:02 +0300 Message-ID: <87k2kdtfbd.fsf@gmail.com> References: <87a8mb5t8t.fsf@gmail.com> <87wppehc33.fsf@gmail.com> <87inzzgbqp.fsf@gnu.org> <87pou7t9ut.fsf@gmail.com> <87wpoectql.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an8yt-0000QU-9T for bug-guix@gnu.org; Mon, 04 Apr 2016 14:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an8yo-0000RU-9q for bug-guix@gnu.org; Mon, 04 Apr 2016 14:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an8yo-0000RQ-6C for bug-guix@gnu.org; Mon, 04 Apr 2016 14:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1an8yn-00082v-VQ for bug-guix@gnu.org; Mon, 04 Apr 2016 14:12:01 -0400 In-Reply-To: <87a8mb5t8t.fsf@gmail.com> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: myglc2 , 22927@debbugs.gnu.org Ludovic Court=C3=A8s (2016-04-03 23:39 +0300) wrote: > Alex Kost skribis: > >> From fc239dda52244d6bd3b645660ca0827aa17afc05 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Sun, 3 Apr 2016 10:27:45 +0300 >> Subject: [PATCH] gnu: fontconfig: Find fonts in the system profile. >> >> Fixes . >> Reported by myglc2 . >> >> This also reverts commit e71ef7adaece7e132a5059139122b45083ea1b39. >> >> * gnu/packages/fontutils.scm (fontconfig)[arguments]: Add >> /run/current-system/profile/share/fonts to --with-add-fonts configure fl= ag. >> * gnu/system/shadow.scm (default-skeletons): Do not create "fonts.conf" = file. > > [...] > >> - ;; register fonts from user profile >> - ;; TODO: Add /run/current-system/profile/share/fonts and re= move >> - ;; the skeleton that works around it from 'default-skeleton= s'. >> - "--with-add-fonts=3D~/.guix-profile/share/fonts" >> + ;; Register fonts from user and system profiles. >> + (string-append "--with-add-fonts=3D" >> + "~/.guix-profile/share/fonts," >> + "/run/current-system/profile/share/fonts") > > If you=E2=80=99ve confirmed that passing a comma-separated list here work= s as > expected, then please push to =E2=80=98core-updates=E2=80=99. Yes, I confirmed, pushed. --=20 Alex