Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的环境:Ubuntu 18.04
dia是绘制流程图的绝佳工具。虽然我不能在框中输入中文。我试过了fcitx,ibus但都失败了。
dia
fcitx
ibus
有人提示了编辑脚本的方法dia。但是dia升级后就没有dia-normal了。
dia-normal
请帮我。任何建议将不胜感激。
Ubuntu 18.04.4 环境:
~/.config位于/home/[your user name]/.config
~/.config
/home/[your user name]/.config
rm -R ~/.config/fcitx
重启然后一切正常
启动 Dia 后尝试将输入法切换为 x 输入法。
右键单击文本框,然后从弹出菜单中选择“输入法”->“X 输入法”
或者你可以在启动 dia 之前设置 GTK_IM_MODULE 环境。
env GTK_IM_MODULE=xim 直径