[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Emojis in black and white ( not color and not displayed correctly).



Hi, ello everyone,

When I press the combination keys "Meta + ." the emoji selector is launched and these are shown in black and white and many of them are not displayed correctly. I have installed the package: "fonts-noto-color-emoji" and "fonts-noto-*"

I found a solution.. but it seemed dirty to me. I will add this at end of the file ~/.config/fontconfig/fonts.conf 

Link: https://www.reddit.com/r/kde/comments/fpov5d/help_emojis_in_black_and_white/

<alias>
  <family>serif</family>
  <prefer>
   <family>Noto Sans</family>
   <family>Noto Color Emoji</family>
  </prefer>
 </alias>
 <alias>
  <family>sans-serif</family>
  <prefer>
   <family>Noto Sans</family>
   <family>Noto Color Emoji</family>
  </prefer>
 </alias>
 <alias>
  <family>monospace</family>
  <prefer>
   <family>Noto Sans</family>
   <family>Noto Color Emoji</family>
  </prefer>
 </alias>

Note: I installed in a virtual machine (VirtualBox) kubuntu 20.04 and these by default are shown in color. My question: I want to install an additional package or some additional steps are required.

Best regards,

Héctor

Reply to: