From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38498: Fontconfig does not find fonts in non-default profiles Date: Sat, 14 Dec 2019 15:08:03 +0100 Message-ID: <87r217yp8c.fsf@gnu.org> References: <871rtjm4rt.fsf@ambrevar.xyz> <87o8wm66sd.fsf@gmail.com> <87fthylkw4.fsf@ambrevar.xyz> <87immtuz3s.fsf@gmail.com> <87blslgwp2.fsf@ambrevar.xyz> <87o8wgm8au.fsf@gnu.org> <875ziods13.fsf@ambrevar.xyz> <87zhfx8zl4.fsf@gnu.org> <87fthobcb2.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41723) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igGkf-0000UG-Pi for bug-guix@gnu.org; Sat, 14 Dec 2019 18:23:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igGka-0002U9-OI for bug-guix@gnu.org; Sat, 14 Dec 2019 18:23:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igGka-0002PA-Ke for bug-guix@gnu.org; Sat, 14 Dec 2019 18:23:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igG8o-0005ls-VR for bug-guix@gnu.org; Sat, 14 Dec 2019 17:44:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87fthobcb2.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Fri, 13 Dec 2019 14:11:13 +0100") 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" To: Pierre Neidhardt Cc: Alex Kost , 38498@debbugs.gnu.org Hello, Pierre Neidhardt skribis: > Just read this: > https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/126 > > Could we do the following: use a profile hook to generate a config file > and set the environment variable FONTCONFIG_FILE to this file? I guess that would work. > (I feel that we can't do that because the path of the hook-generated > cannot be known in advance.) =E2=80=98FONTCONFIG_FILE=E2=80=99 could be a search path of =E2=80=98fontco= nfig=E2=80=99 (the usual way), but then we=E2=80=99d hit , meaning that it would not be set automatically. Thoughts? Ludo=E2=80=99.