diff --git a/50-flatpak.conf b/50-flatpak.conf index 03c629d..f66c44c 100644 --- a/50-flatpak.conf +++ b/50-flatpak.conf @@ -1,3 +1,6 @@ + @@ -9,4 +12,13 @@ /app/etc/fonts/local.conf /run/host/fonts + /run/host/user-fonts + + + fontconfig + + /run/host/fonts-cache + /run/host/user-fonts-cache diff --git a/flatpak-runtime-config.spec b/flatpak-runtime-config.spec index 6a3be18..66a564a 100644 --- a/flatpak-runtime-config.spec +++ b/flatpak-runtime-config.spec @@ -1,6 +1,6 @@ Name: flatpak-runtime-config -Version: 29 -Release: 6%{?dist} +Version: 30 +Release: 1%{?dist} Summary: Configuration files that live inside the flatpak runtime Source1: 50-flatpak.conf Source2: usercustomize.py @@ -70,6 +70,9 @@ HOME=/root /usr/bin/fc-cache -s %{_sysconfdir}/ld.so.conf.d/app.conf %changelog +* Fri Jul 26 2019 Mark Otaris - 30-1 +- Update font config to match freedesktop-sdk, allowing user-installed fonts to work + * Thu Jul 25 2019 Fedora Release Engineering - 29-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild