<div dir="ltr">It works! <br><div><br></div><div>$ sudo nano /etc/fonts/conf.avail/55-emoji-prepend.conf<br><br><?xml version="1.0" encoding="UTF-8"?><br><!DOCTYPE fontconfig SYSTEM "fonts.dtd"><br><fontconfig><br>  <match><br>    <test name="prgname"><br>      <string><b>ibus-ui-emojier-plasma</b></string><br>    </test><br>    <edit name="family" mode="prepend" binding="weak"><br>      <string>Noto Color Emoji</string><br>    </edit><br>  </match><br></fontconfig><br><br>After enable presets:<br><br>$ cd /etc/fonts/conf.d<br>$ ln -s ../conf.avail/55-emoji-prepend.conf<br><br>$ sudo reboot<br></div><div><br></div><div>Thank You!!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié., 18 nov. 2020 a las 6:14, Norbert Preining (<<a href="mailto:norbert@preining.info">norbert@preining.info</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Héctor,<br>
<br>
I suggest closing this bug, since it is a configuration issue:<br>
<br>
On Mon, 16 Nov 2020, Héctor Sales Llamas wrote:<br>
> When I press the combination keys "Meta + ." (Plasma 5.19.5.x) the emoji<br>
> selector is launched and these are shown in black and white and many of them<br>
> are not displayed correctly. I have installed the package: "fonts-noto-color-<br>
> emoji" and "fonts-noto-*"<br>
<br>
Please show the output of<br>
        fc-match --verbose emoji<br>
because "emoji" is the font requested.<br>
<br>
I guess you have some other emoji font installed with a higher priority,<br>
and that font only carries BW emojis. Another option is to de-install<br>
the conflicting font, which you have found via the fc-match call.<br>
<br>
The below code is for fonts.conf is crude and should NOT be used because it changes<br>
serif to Noto sans, which is somehow ... well ...broken.<br>
<br>
Better solution is given on this page:<br>
        <a href="https://wiki.archlinux.org/index.php/font_configuration" rel="noreferrer" target="_blank">https://wiki.archlinux.org/index.php/font_configuration</a><br>
Quoting from there<br>
*******<br>
Force emoji font<br>
Some software may lacks proper Emoji font fallback support.<br>
<br>
To force emoji presentation create emoji font fallback preset for your<br>
application, to enable see #Presets. Replace application and Noto Color<br>
Emoji with your application and preferred emoji font respectively:<br>
<br>
/etc/fonts/conf.avail/55-emoji-prepend.conf<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"><br>
<fontconfig><br>
  <match><br>
    <test name="prgname"><br>
      <string>application</string><br>
    </test><br>
    <edit name="family" mode="prepend" binding="weak"><br>
      <string>Noto Color Emoji</string><br>
    </edit><br>
  </match><br>
</fontconfig><br>
*****<br>
<br>
<br>
Hope that helps.<br>
<br>
Best<br>
<br>
Norbert<br>
<br>
--<br>
PREINING Norbert                              <a href="https://www.preining.info" rel="noreferrer" target="_blank">https://www.preining.info</a><br>
Accelia Inc. + IFMGA ProGuide + TU Wien + JAIST + TeX Live + Debian Dev<br>
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13<br>
</blockquote></div>