From 03d61699f9df2e60394388a5c4dbc8bad92a997f Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 29 Sep 2020 11:56:49 +0800 Subject: [PATCH] [bugfix] unable to display korean/japanese --- gui/install.sh | 9 +++------ gui/local.conf | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/gui/install.sh b/gui/install.sh index d743be5..58e31ab 100755 --- a/gui/install.sh +++ b/gui/install.sh @@ -9,8 +9,7 @@ case "$PM" in # fonts sudo apt install \ fonts-cascadia-code \ - fonts-urw-base35 \ - fonts-droid-fallback \ + fonts-noto-cjk \ fonts-symbola \ gucharmap # network manager @@ -25,13 +24,11 @@ case "$PM" in fi ;; pacman) - # fonts, wqy-microhei is required for qt5.15 to display CJK character + # fonts sudo pacman -S --needed \ freetype2 \ - terminus-font \ ttf-cascadia-code \ - ttf-droid \ - wqy-microhei \ + noto-fonts-cjk \ gucharmap # install symbola for plain emojis(no-color) for st yay -S ttf-symbola-free diff --git a/gui/local.conf b/gui/local.conf index 52755de..638cc5f 100644 --- a/gui/local.conf +++ b/gui/local.conf @@ -3,11 +3,11 @@ serif - Droid Serif + Noto Serif CJK SC sans-serif - URW Gothic + Noto Sans CJK SC monospace