https://bugs.kde.org/show_bug.cgi?id=428074

medin <med.medin.2...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |NOT A BUG

--- Comment #3 from medin <med.medin.2...@gmail.com> ---
(In reply to David Edmundson from comment #1)
> Setup issue.
> 
> See the arch wiki on emojis, you might need fontconfig changes.

Sorry, you are right, I searched how to add emoji font config file and found
that I should create a new file called local.conf inside /etc.fonts folder with
current content:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <alias>
   <family>sans-serif</family>
   <prefer>
     <family>Noto Sans</family>
     <family>Noto Color Emoji</family>
     <family>Noto Emoji</family>
     <family>DejaVu Sans</family>
   </prefer> 
 </alias>
 <alias>
   <family>serif</family>
   <prefer>
     <family>Noto Serif</family>
     <family>Noto Color Emoji</family>
     <family>Noto Emoji</family>
     <family>DejaVu Serif</family>
   </prefer>
 </alias>
 <alias>
  <family>monospace</family>
  <prefer>
    <family>Noto Mono</family>
    <family>Noto Color Emoji</family>
    <family>Noto Emoji</family>
   </prefer>
 </alias>
</fontconfig>

And after running fc-cache -fv the emoji selector works again.
Thanks for the info :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to