[Bug Report] V25企业微信不能输入中文
Tofloor
poster avatar
毛毛虫
deepin
2026-02-27 17:56
Author

玲珑版和商店DEB版都试过了,都不能输入中文,输入法是fcitx5-rime,之前在V23是正常的,故应该是V25的问题。

Reply Favorite View the author
All Replies
deepin流云
Super Moderator
Community OP
2026-02-28 08:57
#1

应该还是你方案部署的问题,我25用的rime的万象拼音方案,正常输入。

3612802d80e9575899860157b25f5b9d.png
2db2afb3ce3b11deb055b0447aaaece2.png

Reply View the author
毛毛虫
deepin
2026-02-28 10:40
#2

具体是什么问题呢,我的是自定义的输入方案,你说有问题吧,我在V23里是可以输入的

image.png

Reply View the author
毛毛虫
deepin
2026-02-28 16:49
#3

研究了一下午,我发现根本不是输入法的问题,安装了玲珑版,安装了商店deb版,都无法输入中文,用统信Windows应用兼容引擎安装了一个最新版的企业微信,居然是可以输入中文的,一点问题都没有,说明就是商店和玲珑版企业微信程序打包的问题。

--结题:要么用自己安装的企微,要么就要等商店更新了

Reply View the author
motto
deepin
2026-03-02 16:09
#4
毛毛虫

研究了一下午,我发现根本不是输入法的问题,安装了玲珑版,安装了商店deb版,都无法输入中文,用统信Windows应用兼容引擎安装了一个最新版的企业微信,居然是可以输入中文的,一点问题都没有,说明就是商店和玲珑版企业微信程序打包的问题。

--结题:要么用自己安装的企微,要么就要等商店更新了

➜ ~ cat /etc/profile | grep export

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

看看这个有吗

Reply View the author
毛毛虫
deepin
2026-03-06 08:41
#5

@motto

(base) scott@scott-PC:$ cat /etc/profile | grep export
export PATH
(base) scott@scott-PC:$ echo GTK_IM_MODULE
GTK_IM_MODULE
(base) scott@scott-PC:​ echo GTK_IM_MODULE
fcitx
(base) scott@scott-PC:​ echo QT_IM_MODULE
fcitx
(base) scott@scott-PC:~​ echo XMODIFIERS
@im=fcitx

Reply View the author
motto
deepin
2026-03-06 18:10
#6
毛毛虫

@motto

(base) scott@scott-PC:$ cat /etc/profile | grep export
export PATH
(base) scott@scott-PC:$ echo GTK_IM_MODULE
GTK_IM_MODULE
(base) scott@scott-PC:​ echo GTK_IM_MODULE
fcitx
(base) scott@scott-PC:​ echo QT_IM_MODULE
fcitx
(base) scott@scott-PC:~​ echo XMODIFIERS
@im=fcitx

cat /etc/profile | grep export
你这个文件没有,加一下这些配置,/etc/profile是针对图形界面的

echo $XMODIFIERS打印的内容,可能来自与其他地方配置的文件,比如~/.profile
我电脑用ubuntu24,我测试过微信,qq不加这个配置都可以,就企微不行,必须加

Reply View the author