[Fontconfig-bugs] [Bug 94551] Provide a means for matching and selecting a color emoji font

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 1 10:34:29 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=94551

--- Comment #18 from Behdad Esfahbod <freedesktop at behdad.org> ---
(In reply to Akira TAGOH from comment #17)
> BTW I don't know why we keep using the system caches first... well,
> containing different contents in caches is usually unlikely to happen. but
> we often see during development. even though no need to bump the cache
> version to add new orth, we could easily got confused if fontconfig prefer
> to use a first cache. I prefer to apply the change like this to make me
> happy...:
> 
> diff --git a/fonts.conf.in b/fonts.conf.in
> index 7c16a70..d8de4c8 100644
> --- a/fonts.conf.in
> +++ b/fonts.conf.in
> @@ -72,8 +72,8 @@
>  
>  <!-- Font cache directory list -->
>  
> -       <cachedir>@FC_CACHEDIR@</cachedir>
>         <cachedir prefix="xdg">fontconfig</cachedir>
> +       <cachedir>@FC_CACHEDIR@</cachedir>
>         <!-- the following element will be removed in the future -->
>         <cachedir>~/.fontconfig</cachedir>

Don't know the implications.  Doesn't this make it build ~root/ caches instead
of system caches when run as root?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20170801/4c4660e7/attachment.html>


More information about the Fontconfig-bugs mailing list