bug#26877: building fonts: fontcache must be updated regulary

2023-08-11 Thread Maxim Cournoyer
Hello, 宋文武 writes: [...] > Hello, I think we can close this now, since this commit: > > commit 6f12880a76a6c91058718d15845f8b9d9b529a5a > Author: Sarah Morgensen mgsn.dev> > Date: Fri Jun 18 17:52:05 2021 -0700 > > gnu: fontconfig: Use (locally) deterministic caching > > Make fo

bug#26877: building fonts: fontcache must be updated regulary

2023-08-11 Thread 宋文武 via Bug reports for GNU Guix
Maxim Cournoyer writes: > Hello, > > l...@gnu.org (Ludovic Courtès) writes: > >> Hi, >> >> Mark H Weaver skribis: >> >>> The usual Guix way to handle things like this is to arrange for the font >>> cache to be part of the profile, and to create a profile hook that >>> creates the cache from all

bug#26877: building fonts: fontcache must be updated regulary

2022-07-09 Thread Maxim Cournoyer
Hello, l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Mark H Weaver skribis: > >> The usual Guix way to handle things like this is to arrange for the font >> cache to be part of the profile, and to create a profile hook that >> creates the cache from all of the built packages included within.

bug#26877: building fonts: fontcache must be updated regulary

2017-05-11 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > The usual Guix way to handle things like this is to arrange for the font > cache to be part of the profile, and to create a profile hook that > creates the cache from all of the built packages included within. The problem is that the cache should be mutable so that

bug#26877: building fonts: fontcache must be updated regulary

2017-05-11 Thread Mark H Weaver
ng0 writes: > The problem: Right now after just installing fonts, they do > not become available. This can lead to some applications > appearing "broken", etc. Other operating systems solve this > by having a post-install hook which roughly does just this. > > A possible solution: > Our fictional