在英文版ubuntu配置输入法时,点击 Configure Current Input Methodubuntu
会报如下的错误:编辑器
You’re currently running Fcitx with GUI, but fcitx-configtool couldn’t be found,
the package name is usually fcitx-config-gtk, fcitx-config-gtk3 or fcitx-configtool.
Now it will open config file with default text editor.
大意是说图形界面不能打开,由于缺乏了些东西,因此只能经过文本编辑器来进行配置spa
这明显是不该该的,咱们须要用图形界面来配置code
解决方法是 安装一下它要求的东西blog
sudo apt-get install fcitx-config-gtk
以后再次点击配置就能打开图形界面了ci