From adfa3717bc2332f37eb203f6e3ef391bd3ba752b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 13 Jun 2019 01:03:05 +0200 Subject: Make the EmojiOne TTF font universally available --- make_slackware_live.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 03911d0..64dd593 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1734,6 +1734,20 @@ sed -i "s/@LIBDIR@/lib${DIRSUFFIX}/g" ${LIVE_ROOTDIR}/etc/X11/xdm/liveslak-xdm/x # missing modules: echo "mode: blank" > ${LIVE_ROOTDIR}/home/${LIVEUID}/.xscreensaver +# Make the EmojiOne TTF font universally available: +mkdir -p ${LIVE_ROOTDIR}/etc/fonts +cat << EOT > ${LIVE_ROOTDIR}/etc/fonts/local.conf + + + + + +/usr/lib${DIRSUFFIX}/firefox/fonts + +EOT +chroot ${LIVE_ROOTDIR} fc-cache -f + + # -------------------------------------------------------------------------- # echo "-- Configuring XFCE." # -------------------------------------------------------------------------- # -- cgit v1.2.3