public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-runtime-config] f45: Add a seed for <dir prefix="xdg">fonts</dir>
@ 2026-09-10 21:21 Akira TAGOH
  0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-09-10 21:21 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/flatpak-runtime-config
            Branch : f45
            Commit : b2fb3ad058b1ccc829a5abc0948070da5347291a
            Author : Akira TAGOH <akira@tagoh.org>
            Date   : 2023-03-22T21:02:02+09:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/flatpak-runtime-config/c/b2fb3ad058b1ccc829a5abc0948070da5347291a?branch=f45

            Log:
            Add a seed for <dir prefix="xdg">fonts</dir>

This is expanded to /usr/local/share/fonts and /usr/share/fonts as well.
We definitely have to have different seed for /usr/share/fonts.

---
diff --git a/05-flatpak-fontpath.conf b/05-flatpak-fontpath.conf
index 8e55a40..b5bd37a 100644
--- a/05-flatpak-fontpath.conf
+++ b/05-flatpak-fontpath.conf
@@ -7,6 +7,6 @@
         <dir salt="flatpak">/usr/share/X11/fonts/Type1</dir>
         <dir salt="flatpak">/usr/share/X11/fonts/TTF</dir>
         <dir salt="flatpak">/usr/local/share/fonts</dir>
-        <dir prefix="xdg">fonts</dir>
+        <dir salt="flatpak" prefix="xdg">fonts</dir>
         <dir>~/.fonts</dir>
 </fontconfig>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:21 [rpms/flatpak-runtime-config] f45: Add a seed for <dir prefix="xdg">fonts</dir> Akira TAGOH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox