danielguerra69 / ubuntu-xrdp

Docker fully implemented Multi User xrdp with xorgxrdp and pulseaudio on Ubuntu 16.04/18.04
MIT License
251 stars 141 forks source link

Can't input Chinese in the browser #57

Open MagicStarTrace opened 3 years ago

MagicStarTrace commented 3 years ago

I installed Chinese to go up remotely through xrdp protocol But found that Chinese characters cannot be entered in chrom (Can provide copy mode, but cannot input Chinese)

How should I make it support?

Thank you!

danielguerra69 commented 3 years ago

I read you need to install these fonts fonts-arphic-ukai, fonts-arphic-uming. Can you try these in the docker rdp server ? sudo apt install fonts-arphic-ukai, fonts-arphic-uming

MagicStarTrace commented 3 years ago

After this operation, 39.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-arphic-uming all 0.2.20080216.2-7ubuntu3 [7814 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-arphic-ukai all 0.2.20080216.2-4ubuntu2 [8288 kB] Fetched 16.1 MB in 5s (3279 kB/s)
debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package fonts-arphic-uming. (Reading database ... 63302 files and directories currently installed.) Preparing to unpack .../fonts-arphic-uming_0.2.20080216.2-7ubuntu3_all.deb ... Unpacking fonts-arphic-uming (0.2.20080216.2-7ubuntu3) ... Selecting previously unselected package fonts-arphic-ukai. Preparing to unpack .../fonts-arphic-ukai_0.2.20080216.2-4ubuntu2_all.deb ... Unpacking fonts-arphic-ukai (0.2.20080216.2-4ubuntu2) ... Setting up fonts-arphic-uming (0.2.20080216.2-7ubuntu3) ... Setting up fonts-arphic-ukai (0.2.20080216.2-4ubuntu2) ... Processing triggers for fontconfig (2.12.6-0ubuntu2) ...

apt-get install fonts-droid-fallback ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai fonts-arphic-uming

Installed, but still not working,I tried many solutions, but it still doesn’t work. Chinese input is not supported.