From 05a75ff1612f9c54dbbc2ee5a2cd22d2fa1daa7f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 13 May 2025 18:08:31 -0400 Subject: [PATCH] Update fontconfig config This should stop the noise seen with flatpak-module-tools, as /run/host/font-dirs.xml exists only when running flatpaks or building with flatpak-builder, but not when building in mock (which does not involve running flatpak). Fontconfig error: Cannot load config file "/run/host/font-dirs.xml": No such file: /run/host/font-dirs.xml --- 50-flatpak.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/50-flatpak.conf b/50-flatpak.conf index 336183c..27036d4 100644 --- a/50-flatpak.conf +++ b/50-flatpak.conf @@ -1,7 +1,7 @@ /usr/cache/fontconfig @@ -14,6 +14,7 @@ /app/etc/fonts/local.conf /run/host/fonts + /run/host/local-fonts /run/host/user-fonts + /run/host/font-dirs.xml