jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

The UTF-8 fonts are not correctly displayed / installed. #55

Closed PavelD closed 3 years ago

PavelD commented 3 years ago

Hi,

I'm using docker-jdownloader-2, based on docker-baseimage-gui.

I have issue to see correct names of the packages / filenames in VNC.

image

The first package name is in Japanese (no clue what it there) and the second has some wired characters in the name (source: https://www.youtube.com/watch?v=rD-nLlXSSxs).

What is missing in the configuration in this case?

jlesage commented 3 years ago

Did you try the ENABLE_CJK_FONT environment variable ?

PavelD commented 3 years ago

My bad, you're right! Problem solved.