aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-17 08:28:11 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-17 08:28:11 +0000
commit2735c2a1a0080ec1188476d27f08015db0cb1e5a (patch)
treedd852d8c1d65b4efd0cb61bf5ceb04def99bc94c /scripts
parent13cb7a44c9a15e06259522eca89f512a7bd06f08 (diff)
downloadbootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar
bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar.gz
bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar.bz2
bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.tar.xz
bootsplash-2735c2a1a0080ec1188476d27f08015db0cb1e5a.zip
fix display garbaged chinese font on startup (#35465)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index b4dbe4f..ef8e5a1 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -242,6 +242,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash
*Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;;
# sizes lower than 22 display as noise in FB
*umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;;
+ *uming.ttc) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;;
esac
fi