Open kinetixjohnsonlee opened 2 years ago
I find strange issue that recent latest docker image (854e6c3810ba) from docker hub do not load .profile while login and x-terminal, so I change set locale with ubuntu default config (/etc/default/locale). (run it after started docker-wine and before RDP login)
docker exec -it wine bash -c "echo LANG=\"en_US.UTF-8\" >> /etc/default/locale"
docker exec -it wine bash -c "echo LC_ALL=\"en_US.UTF-8\" >> /etc/default/locale"
docker exec -it wine bash -c "echo LANGUAGE=\"en_US:en\" >> /etc/default/locale"
Is your feature request related to a problem? Please describe. For each start rdp, I find CJK fonts is gone and default locate is missed, It will cause:
Describe the solution you'd like Default install one of CJK font in docker image, such as fonts-noto-cjk, which I install once start Automatically add .profile in user home which adding "LANG=en_US.UTF-8" and "LC_ALL=en_US.UTF-8" for non ASCII string handling
Describe alternatives you've considered