public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <akira@tagoh.org>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak-runtime-config] f45: Add a seed for <dir prefix="xdg">fonts</dir>
Date: Thu, 10 Sep 2026 21:21:53 GMT [thread overview]
Message-ID: <178907531321.1.9051357716873317761.rpms-flatpak-runtime-config-b2fb3ad058b1@fedoraproject.org> (raw)
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>
reply other threads:[~2026-09-10 21:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178907531321.1.9051357716873317761.rpms-flatpak-runtime-config-b2fb3ad058b1@fedoraproject.org \
--to=akira@tagoh.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox