GNU bug report logs -
#40114
[PATCH] services: Add fontconfig-file-system-service.
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 18 Mar 2020 10:48:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 40114 <at> debbugs.gnu.org (full text, mbox):
Hello!
Efraim Flashner <efraim <at> 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.
Otherwise LGTM, thank you!
Ludo’.
This bug report was last modified 5 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.