-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to use the host ubuntu input method, such as the Chinese input method #269
Comments
Hi @mviereck Could you have any comments ? |
Hi, Do you get any error messages? Could you show me the terminal output, please? |
Hi @mviereck Here is the end of the terminal logs: xinitrc=ready
containerid=91cce577f0a747b77622d66c9315229af662a3b58ba6c905564d5f60b2083278
pid1pid=5080
containerip=172.18.0.2
containerrootrc=ready
dockerrc=ready
xtermrc=ready
DEBUGNOTE[18:10:09,692]: storepid(): Stored pids:
3208 watchpidlist
3230 watchmessagefifo
4118 containershell
5230 dockerlogs
5596 dockerstopshell
5080 pid1pid
4611 xinit
4612 Xserver
DEBUGNOTE[18:10:09,696]: storeinfo(): x11docker=ready
DEBUGNOTE[18:10:09,836]: waitforlogentry(): containerrc: Found log entry "containerrootrc=ready" in store.info.
DEBUGNOTE[18:10:09,845]: Running containerrc: Unprivileged user commands in container
DEBUGNOTE[18:10:09,880]: containerrc: HOME is not empty. Not copying from /etc/skel
DEBUGNOTE[18:10:09,930]: containerrc: Running container command:
/usr/local/bin/start
DEBUGNOTE[18:10:09,969]: waitforlogentry(): tailstderr: Found log entry "x11docker=ready" in store.info.
DEBUGNOTE[18:10:09,969]: waitforlogentry(): tailstdout: Found log entry "x11docker=ready" in store.info.
ln: failed to create symbolic link '/home/arvin/code': File exists
x11docker/lxde: If the panel does not show an approbate menu
and you encounter high CPU usage (seen with kata-runtime),
please run with option --init=systemd.
** Message: 18:10:10.174: main.vala:101: Session is LXDE
** Message: 18:10:10.174: main.vala:102: DE is LXDE
** Message: 18:10:10.300: main.vala:133: log directory: /home/arvin/.cache/lxsession/LXDE
** Message: 18:10:10.300: main.vala:134: log path: /home/arvin/.cache/lxsession/LXDE/run.log |
Maybe it is a similar issue with it. |
Maybe I misunderstood you.
You mean a special input method giving other chinese chars if pressing shift. I am not familiar with that. Can you tell me how you set up and configure this input method on the host system?
Likely yes. |
Thank you for your support.
I am using the Sogou pinyin with fcitx As I know, the sougou pinyin is the most popular input method in China. |
I had some partial success adding
It might further help to add fonts:
Could you please build a test image and try out?
|
Got. thank you very much. |
If you succeed, I'd like to hear from you. |
Ok I found that the Chinese input is configured through GUI, so far I have not found the way to configure through command. |
Fail to use the host ubuntu input method, such as the Chinese input method.
is anyone known how to enable it?
I use the follow docker image:
x11docker --desktop --dpi 150 --gpu --clipboard --sudouser --lang="zh_CN" --showid -- -- x11docker/lxde-wine
The text was updated successfully, but these errors were encountered: