Open amivaleo opened 7 years ago
Excellent question, i tried but i didn't understand why it didn't work...
However, it works for the person who took the screenshot (so technically, it is possible)
And who's this guy? D:
it's @morealaz but i guess he used some obscur ArchLinux magic i don't have access to ^^
I want to know! D:
@amivaleo : recent cairo update add support for color emoji to GTK apps. It's just a matter of using right color emoji font with right fontconfig settings.
I use emojione font for android devices with this config (the font named Noto Color Emoji, so that it can be used in android and replace android default font). after that I create /etc/fonts/local.conf
and use it for my main font configuration:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Serif</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>Hack</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
</fontconfig>
In this config, I choose my default font for serif
, sans-serif
and monospace
font family and place Noto Color Emoji
(which are the name of emojione font) at end of list for each family, so that it will be used for emoji character which are not in default font.
you can use any color emoji font which you want instead of emojione.
that's the magic which I use in my Arch Linux @Maestroschan. 😄
This is emoji's from actual Noto Color Emoji font from google:
Wait wait wait... :( I need a step-by-step guide, something that even my grandma could do. :(
this might help you: https://wiki.archlinux.org/index.php/Font_configuration
It just arrived today in Debian Buster, my font is not very complete but it looks wonderful, and no configuration was needed
Stil... I can't get coloured emojis on ubuntu 17.10. :(
@amivaleo or others. On Debian you run sudo apt-get install fonts-noto-color-emoji
.
"(Color emojis depends on your system, not on the extension.)"
Ok but... How do I set my system so that I have coloured emojis? o.o