From 117a7d9bb7f9b4f5811a8e3d00626205e0f966f3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 4 Dec 2022 10:52:33 +0100 Subject: Ensure that color Emojis work in Qt applications --- make_slackware_live.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 7932786..ac4b86d 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2686,6 +2686,33 @@ setenv GDK_BACKEND x11 EOT chmod 755 ${LIVE_ROOTDIR}/etc/profile.d/kwayland.* +# Ensure that color Emojis work in Qt applications: +mkdir -p ${LIVE_ROOTDIR}/usr/share/fontconfig/conf.avail +cat <${LIVE_ROOTDIR}/usr/share/fontconfig/conf.avail/99-noto-mono-color-emoji.conf: + + + + + serif + + Noto Color Emoji + + + + sans-serif + + Noto Color Emoji + + + + monospace + + Noto Color Emoji + + + +EOT + fi # End Plasma5 if [ "$LIVEDE" = "DLACK" ]; then -- cgit v1.2.3