[Share Experiences] 【已解决】2022最新版idea使用输入法无法输入中文的问题 Resolved
Tofloor
poster avatar
Jokul
deepin
2022-05-08 00:28
Author
  1. 找到程序的安装目录
  2. 在idea安装目录下找到/bin/idea.sh文件
  3. 在idea.sh文件开头加上如下内容:
    export XIM="fcitx"
    export XIM_PROGRAM="fcitx"
    export XMODIFIERS="@im=fcitx"
    export GTK_IM_MODULE="fcitx"
    export QT_IM_MODULE="fcitx"
    

PS: jetbrains其他产品也适用

后来测试发现,因为我的jetbrains工具都是以root管理员身份运行的,然后加入这个配置就有效

Reply Favorite View the author
All Replies
BG7ZAG
deepin
2022-05-08 01:45
#1

like

Reply View the author
b1450205862
deepin
2022-05-08 05:57
#2

好像没有用

idea 2022.1 + 华宇拼音输入法

Reply View the author
tifa
deepin
2022-05-08 06:32
#3

我的2022.1一直可以输入中文啊。搜狗拼音。

Reply View the author
Jokul
deepin
2022-05-08 08:30
#4
b1450205862

好像没有用

idea 2022.1 + 华宇拼音输入法

把那段代码放在idea.sh文件的开头位置,追加在后面不行的,然后重启一下idea就好了

Reply View the author
b1450205862
deepin
2022-05-16 04:03
#5
Jokul

把那段代码放在idea.sh文件的开头位置,追加在后面不行的,然后重启一下idea就好了

没有用 idea 2022.1.1image.png

Reply View the author
Jokul
deepin
2022-05-16 06:40
#6
b1450205862

没有用 idea 2022.1.1image.png

idea重启了吗?

Reply View the author
stlswm
deepin
2023-03-07 00:15
#7

没用+1

Reply View the author
Jokul
deepin
2023-03-07 00:36
#8
stlswm

没用+1

这都是去年的帖子了。现在新版idea和系统相结合,应该没无法输入汉字的问题了吧

Reply View the author
stlswm
deepin
2023-03-07 00:44
#9
Jokul

这都是去年的帖子了。现在新版idea和系统相结合,应该没无法输入汉字的问题了吧

21.2还是不行呢

Reply View the author
Jokul
deepin
2023-03-07 04:12
#10
stlswm

21.2还是不行呢

用最新版idea吧,老版本不好用joy 新版都不用配置可以直接用

Reply View the author