https://bugs.kde.org/show_bug.cgi?id=463583
--- Comment #6 from James Graham <james.h.gra...@protonmail.com> --- This is for arch not sure if it will work exactly the same on suse. https://chrpaul.de/2019/07/Enable-colour-emoji-support-on-Manjaro-Linux.html As noted I placed a conf file in ~/.config/fontconfig/ . Mine was slightly simpler than the one in that tutorial I actually stole it from the workaround we use for flatpaks. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>serif</family> <prefer> <family>Noto Color Emoji</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> <family>Noto Color Emoji</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>Noto Color Emoji</family> </prefer> </alias> </fontconfig> -- You are receiving this mail because: You are watching all bug changes.