You are not logged in.

#1 2017-11-12 15:16:55

tlvince
Member
Registered: 2010-07-06
Posts: 68
Website

[Solved] Missing emojis in Gnome 3.26.2

I've installed emojione-fonts and have colour emoji's working in Chromium (emoji one's demo page looks great), but nothing is shown at all in gnome-characters or Polari. See screenshot. Before the update, emoji's showed in both, albeit black and white. Any ideas?

Last edited by tlvince (2017-11-12 16:28:08)

Offline

#2 2017-11-12 15:47:03

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,808
Website

Re: [Solved] Missing emojis in Gnome 3.26.2

Install noto-fonts-emoji and use this config https://github.com/googlei18n/noto-emoj … -343655365


https://ugjka.net
paru > yay | webcord > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#3 2017-11-12 16:27:55

tlvince
Member
Registered: 2010-07-06
Posts: 68
Website

Re: [Solved] Missing emojis in Gnome 3.26.2

Thanks, that worked, although I had the following in ~/.config/fontconfig/fonts.conf and had to comment out the antialias rule:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font">
    <edit mode="assign" name="autohint"><bool>true</bool></edit>
  </match>
  <match target="font">
    <edit mode="assign" name="rgba"><const>none</const></edit>
  </match>
  <match target="font">
    <edit mode="assign" name="hinting"><bool>false</bool></edit>
  </match>
  <match target="font">
    <edit mode="assign" name="hintstyle"><const>hintnone</const></edit>
  </match>
  <!-- <match target="font"> -->
  <!--   <edit mode="assign" name="antialias"><bool>true</bool></edit> -->
  <!-- </match> -->
</fontconfig>

Offline

Board footer

Powered by FluxBB