Installation problem Release 2019b installer with CentOS 8

1 Ansicht (letzte 30 Tage)
ICHIKAWA, Tetsurou
ICHIKAWA, Tetsurou am 20 Nov. 2019
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.

Antworten (1)

Samuel Gray
Samuel Gray am 19 Dez. 2020
./bin/glnxa64/install_unix_legacy -input_file=./custom_installer_input.txt
  1 Kommentar
ICHIKAWA, Tetsurou
ICHIKAWA, Tetsurou am 23 Dez. 2020
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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by