From: Efraim Flashner <efraim@flashner.co.il>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 40114-done@debbugs.gnu.org
Subject: bug#40114: [PATCH] services: Add fontconfig-file-system-service.
Date: Sun, 22 Mar 2020 09:09:29 +0200 [thread overview]
Message-ID: <20200322070929.GB1685@E5400> (raw)
In-Reply-To: <87zhc9wf0x.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]
On Sat, Mar 21, 2020 at 10:53:50PM +0100, Ludovic Courtès wrote:
> Hello!
>
> Efraim Flashner <efraim@flashner.co.il> skribis:
>
> > * gnu/services/desktop.scm (%fontconfig-file-system,
> > fontconfig-file-system-service): New variables.
> > (%desktop-services): Add fontconfig-file-system-service.
>
> [...]
>
> > +(define %fontconfig-file-system
> > + (file-system
> > + (device "none")
> > + (mount-point "/var/cache/fontconfig")
> > + (type "tmpfs")
> > + (flags '(read-only))
> > + (check? #f)))
> > +
> > +;; The global fontconfig directory is unused in Guix and has been
> > +;; known to cause problems so we mount it read-only.
>
> What about something like:
>
> ;; The global fontconfig cache directory can sometimes contain stale
> ;; entries, possibly referencing fonts that have been GC’d, so mount
> ;; it read-only.
>
> I think that’s a correct summary? Perhaps we could link to past
> discussions if we have one.
I didn't find a canonical bug report but it was mentioned in several in
the past. I added references to two of them.
>
> Otherwise LGTM, thank you!
>
> Ludo’.
Thanks. Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2020-03-22 7:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-18 10:46 [bug#40114] [PATCH] services: Add fontconfig-file-system-service Efraim Flashner
2020-03-21 21:53 ` Ludovic Courtès
2020-03-22 7:09 ` Efraim Flashner [this message]
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=20200322070929.GB1685@E5400 \
--to=efraim@flashner.co.il \
--cc=40114-done@debbugs.gnu.org \
--cc=ludo@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.