docker-ubuntu-vnc-desktop
docker-ubuntu-vnc-desktop copied to clipboard
Copy Chinese garbled characters
My docker host is Ubuntu 20.04;
Then I run command:
docker run -p 6080:80 -p 5900:5900 -e VNC_PASSWORD=password-e RESOLUTION=1920x1080 -v /dev/shm:/dev/shm dorowu/ubuntu-desktop-lxde-vnc:focal-lxqt
After docker start healthy, I connect focal-lxqt with vncviewer from my windows 10 PC;
When I copy chinese characters from windows and paste in ubuntu-lxqt, it shows garbled characters;
When I copy chinese characters from ubuntu-lxqt and paste in windows , it shows garbled characters too;
Is there anyone meet this problem?Please help me.
看得懂中文的兄弟,我言简意赅:在某台ubuntu上装了docker,docker里通过该镜像启动一个ubuntu-lxqt版本,从windows上通过vncviewer进入后,复制中文会乱码,不管哪边复制哪边都会乱码
fork, add required packages, build
fork 改,他不香吗? 🤪
It seems like vnc clipboard’s problem,when I use xrdp to connect, It can copy Chinese successfully. 感觉是vnc粘贴板的问题啊,我用xrdp连进去,能正常复制中文了