What does it mean Ubuntu 18.04 will "support colored emojis"?
-
4Possible duplicate of Does Ubuntu 18.04 show filenames containing emojis in colour? – karel Jan 04 '19 at 12:30
1 Answers
I guess you are quoting this OMG Ubuntu article.
Ubuntu (18.04) "supports colored emojis" means you'll be able to see system-wide coloured emojis out-of-the box, not just in some specific applications.
Currently in Ubuntu 17.10 or older versions you get to see coloured emojis without any extra modifications in for example, Firefox:
But the same emojis may render as simple monochromatic line drawings in other applications, e.g. gEdit:
Even though GNOME 3.26 (default in Ubuntu 17.10) supports coloured emojis, it's actually a missing feature in Ubuntu 17.10 as some necessary packages, which are fontconfig
v2.12.5, cairo
v1.15.7, and a font that supports coloured emojis are missing (source).
This will be fixed in Ubuntu 18.04 and you'll be able to see coloured emojis everywhere out-of-the-box, as well as having a nice system picker application for choosing them.

- 68,507
-
7If you want to get rid of it:
sudo apt purge --autoremove fonts-noto-color-emoji
– Jan Katins Jun 04 '18 at 16:37 -
1@JanKatins Thank you. Ubuntu's 19.04 minimal setup does not include this package – Tek Apr 21 '19 at 04:05