vufa / deepin-wine-wechat-arch

Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
https://aur.archlinux.org/packages/deepin-wine-wechat/
1.13k stars 59 forks source link

wechat无法输入中文 #106

Open rockming opened 3 years ago

rockming commented 3 years ago

环境:Archlinux 5.11.7;KDE5.21.3;deepin-wine5;wechat3.1.0.72 问题:无法输入中文

zmcNotafraid commented 3 years ago

遇到同样问题

Kernel: x86_64 Linux 5.11.8-arch1-1
DE: KDE 5.80.0 / Plasma 5.21.3

Updated: 直接运行 $/opt/apps/com.qq.weixin.deepin/files/run.sh 可以输入中文,但是通过KDE application 打开是不能输入中文

SimonZhongl commented 3 years ago

可能是环境变量问题,注意配置好输入法的环境变量,例如fcitx: for X11: 在~/.xprofile中添加

export GTK_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx5
export QT_IM_MODULE=fcitx5
fcitx5 &

以及在~/.xinitrc中添加

export GTK_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx5
export QT_IM_MODULE=fcitx5

forWayland 需要在~/.pam_environment中添加

GTK_IM_MODULE DEFAULT=fcitx5
QT_IM_MODULE DEFAULT=fcitx5
XMODIFIERS DEFAULT=@im=fcitx5
tsinjue commented 3 years ago

@rockming 兄弟,搞定没。我的也是输入中文完全空白,连个框框都没有

playasmegumin commented 2 years ago

我是Archlinux Fcitx5-Rime,遇到的是能出现候选词但是不能打进输入框的情况,已经解决了。具体内容在这 #12