<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Provide a means for matching and selecting a color emoji font"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94551#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Provide a means for matching and selecting a color emoji font"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94551">bug 94551</a>
              from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
        <pre>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></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>