Har-Kuun / OneClickDesktop

A one-click script that installs a remote desktop environment on a Linux server with browser/RDP/VNC access.
701 stars 233 forks source link

Can only display and type latin characters #7

Closed Har-Kuun closed 4 years ago

Har-Kuun commented 4 years ago

As per current settings, Chinese characters, Japanese characters, etc., cannot be correctly displayed.

Har-Kuun commented 4 years ago

This has to be configured manually after setup.

  1. Configure system support for different locales by running sudo dpkg-reconfigure locales.
  2. Install language support:
    sudo apt-get install language-pack-ja language-pack-zh* language-pack-ko
    sudo apt-get install japan* chinese* korean*
  3. Install corresponding fonts:
    sudo apt-get install fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core
  4. Reboot your server.