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: Tue, 10 Dec 2019 17:53:13 +0100 Message-ID: <87o8wgm8au.fsf@gnu.org> References: <871rtjm4rt.fsf@ambrevar.xyz> <87o8wm66sd.fsf@gmail.com> <87fthylkw4.fsf@ambrevar.xyz> <87immtuz3s.fsf@gmail.com> <87blslgwp2.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]:33229) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieilv-000476-1p for bug-guix@gnu.org; Tue, 10 Dec 2019 11:54:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieilu-0007gA-1q for bug-guix@gnu.org; Tue, 10 Dec 2019 11:54:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50523) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieilt-0007g6-Ur for bug-guix@gnu.org; Tue, 10 Dec 2019 11:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieilt-0000an-U5 for bug-guix@gnu.org; Tue, 10 Dec 2019 11:54:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87blslgwp2.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Fri, 06 Dec 2019 19:01:29 +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: > We lose generality in making ~/.guix-profile special. I think we all agree on that. Fontconfig is one of the very few cases where we ended up resorting to that. The reason I think is simply that Fontconfig honors ~/.config/fontconfig/fonts.xml but does not honor a search path environment variable as is customary. We could fix that by adding a patch so that Fontconfig would honor $FONTCONFIG_FONT_PATH or similar. WDYT? Thanks, Ludo=E2=80=99.