Score:0

Keeping your emojis up to date in Ubuntu 20.04 - a better way? Some PPA?

pe flag

I was about to send a message through WhatsApp Web in Firefox, and I wanted to illustrate it with a Saluting Face emoji - . To my disappointment, this showed as a hex box. It's too recent. I looked around and ended up installing a newer version of fonts-noto-color-emoji. It works wonderfully, the newer emojis show OK.

My question is, is there a PPA for newer versions of this package so I wouldn't have to dpkg -i it manually every now and then?

Score:0
zw flag

This package contains only three files where main file is NotoColorEmoji.ttf, simply install the recent version by

cd ~/Downloads
wget -c http://archive.ubuntu.com/ubuntu/pool/main/f/fonts-noto-color-emoji/fonts-noto-color-emoji_2.034-1_all.deb
sudo apt-get install ./fonts-noto-color-emoji_2.034-1_all.deb

and enjoy.

If you do not like above method, then create a script to fetch fonts from https://github.com/googlefonts/noto-emoji/tree/main/fonts and install them to user's fonts directory.

Kamafeather avatar
za flag
would that be used automatically from all other applications? I usually select emojis with GNOME Characters, but doesn't seem to get updated after running the installation commands above.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.