From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22927: system-installed emacs does not find system-installed fonts Date: Sun, 03 Apr 2016 22:39:14 +0200 Message-ID: <87wpoectql.fsf@gnu.org> References: <87a8mb5t8t.fsf@gmail.com> <87wppehc33.fsf@gmail.com> <87inzzgbqp.fsf@gnu.org> <87pou7t9ut.fsf@gmail.com> 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]:38457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amooa-0004Fn-6y for bug-guix@gnu.org; Sun, 03 Apr 2016 16:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amooV-0003EE-26 for bug-guix@gnu.org; Sun, 03 Apr 2016 16:40:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amooU-0003E0-Nv for bug-guix@gnu.org; Sun, 03 Apr 2016 16:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1amooU-0001In-Hq for bug-guix@gnu.org; Sun, 03 Apr 2016 16:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pou7t9ut.fsf@gmail.com> (Alex Kost's message of "Sun, 03 Apr 2016 10:44:26 +0300") 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: Alex Kost Cc: myglc2 , 22927@debbugs.gnu.org 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 fla= g. > * gnu/system/shadow.scm (default-skeletons): Do not create "fonts.conf" f= ile. [...] > - ;; register fonts from user profile > - ;; TODO: Add /run/current-system/profile/share/fonts and rem= ove > - ;; the skeleton that works around it from 'default-skeletons= '. > - "--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 works = as expected, then please push to =E2=80=98core-updates=E2=80=99. Thank you! Ludo=E2=80=99.