Installation problem Release 2019b installer with CentOS 8

조회 수: 1 (최근 30일)
ICHIKAWA, Tetsurou
ICHIKAWA, Tetsurou 2019년 11월 20일
댓글: ICHIKAWA, Tetsurou 2020년 12월 23일
On CentOS 8, all fonts of dialogue of installer of Release 2019b are blanked square, express neither alphabet nor Japanese. I would like to enquire you if this is an ploblem of LANG of installer.shinstaller.sh.

답변 (1개)

Samuel Gray
Samuel Gray 2020년 12월 19일
./bin/glnxa64/install_unix_legacy -input_file=./custom_installer_input.txt
  댓글 수: 1
ICHIKAWA, Tetsurou
ICHIKAWA, Tetsurou 2020년 12월 23일
Below are the steps I made java Toolstrip work on CentOS8.
1. Add "fallback" directory under (matlabroot)/sys/java/jre/glnxa64/jre/lib/fonts
2. Add a link for Japanese font of your choice. In my case I added a link to Noto font with commands as below:
cd fallback
ln -s /usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc NotoSansCJK-Regular.ttc
Then "ls -la" command shows as below:
NotoSansCJK-Regular.ttc -> /usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc
3. Restart matlab

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by