vufa / deepin-wine-qq-arch

Tencent QQ on Deepin Wine5(com.qq.im.deepin) For Archlinux
https://aur.archlinux.org/packages/deepin-wine-qq/
257 stars 12 forks source link

使用ibus-rime时无法输入中文 #79

Closed wold9168 closed 2 years ago

wold9168 commented 2 years ago

使用ibus-rime在deepin-wine-qq的聊天框内进行输入时,输入法没有反应。

~/.xprofile文件内容如下:

export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=ibus
export XIM=ibus
ibus-daemon -x -d

这是我第一次在GitHub上就程序问题递交issue,盼好。

vufa commented 2 years ago

Hi,我没有使用ibus,或许你可以试试参照arch wiki修改~/.profile:

export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
-export XMODIFIERS=ibus
+export XMODIFIERS=@im=ibus
export XIM=ibus
ibus-daemon -x -d

并重启系统,还可能和你使用的桌面环境有关

wold9168 commented 2 years ago

很高兴我的问题得到了解决。 当我将~/.xprofile中的内容改为如您所述的那样并重启以后,问题解决了。 我的~/.profile文件中的内容自一开始便是照搬wiki的,也就是说其内容和您贴上来的代码片段是一样的。

顺带一提,我的桌面环境是Xfce 4