Confirmed by doing those steps on a focal system ($ sudo apt install fonts-noto-color-emoji if you don't have it installed)
$ fc-cat /var/cache/fontconfig/* | grep NotoColorE there is a result listed "NotoColorEmoji.ttf" 0 "Noto Color Emoji:familylang=en:style=Regular:stylelang=en:fullname=Noto Color ... $ sudo rm -rf /var/cache/fontconfig/ $ sudo snap refresh --edge core (there is probably a smarter way to trigger a fontconfig cache refresh from snapd but that did it) $ fc-cat /var/cache/fontconfig/* | grep NotoColorE -> not NotoColorEmoji.ttf result anymore -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858636 Title: snapd generates incomplete fontconfig caches, result in emoji rendering issue in chromium To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1858636/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
