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

David REVOY <i...@davidrevoy.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|REPORTED                    |RESOLVED

--- Comment #1 from David REVOY <i...@davidrevoy.com> ---
Hi, 
I could workaround the situation with the actions here:
https://invent.kde.org/-/snippets/2230#no-colored-emojis-on-konversation-or-kate

In case the link breaks in the future, I copy here the info:
This solved the issue:

$ sudo dnf install google-noto-emoji-color-fonts

Then edit the file /etc/fonts/conf.d/51-local.conf as sudo that setup the fonts
and add this between the <fontconfig> and </fontconfig> tag:

        <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>
            <family>DejaVu Sans Mono</family>
           </prefer>
         </alias>

Close, and launch this to refresh the font cache:

$ fc-cache

I'm closing the bug as resolved as it is probably a local install issue (if it
was wide spread, probably other would have complained about it).

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

Reply via email to