序
ubuntu 20.04.3下fcitx5 需要从flatpak安装,(由于qt版本,fcitx5-config只能安装在20.10上),中间出了各种问题,最后发现以下解决方案最好:
安装flatpak
(建议使用官方ppa,版本较新)
1 | sudo add-apt-repository ppa:flatpak/stable |
reboot
安装fcitx5
添加 flatub 仓库,
1 | # 添加 flatub 仓库, fcitx5-unstable 也会依赖一些这个仓库中的运行时软件包。 |
从flatpak安装fcitx
1 | # 如果您使用的是旧版flatpak,在安装的时候会需要显示的指定软件仓库名字: flatpak install flathub org.fcitx.Fcitx5 |
安装ficitx5后端
1 | sudo apt install fcitx5-frontend-gtk2 fcitx5-frontend-gtk3 fcitx5-frontend-qt5 |
之后从应用中打开fcitx5, 就可以愉快的使用了! (需要使用配置添加简体中文的拼音)
配置环境变量:(通用办法)
1 | sudo vi /etc/profile |
1 | export XMODIFIERS=@im=fcitx |
reboot
在gnome-tweak中设置开机启动
配置fcitx5
安装自定义主题
1 | git clone https://github.com/escape0707/fcitx5-adwaita-dark.git ~/.local/share/fcitx5/themes/adwaita-dark |
之后在fcitx5设置界面中切换
安装词库
下载*.dict
文件, 放置到 ~/.local/share/fcitx5/pinyin/dictionaries
一些bug的解决
IntelliJ 系列软件的 IDE 中输入框位置不正确
此问题的根本原因是 IDE 附带的 JBR 不正确,要处理此问题,需要:
- 前往 https://github.com/RikudouPatrickstar/JetBrainsRuntime-for-Linux-x64/releases 下载 jbr 并解压到任意路径
- 按照 此指导 更改 IDE 的 JBR
- ctrl+shift+A , 输入 Choose Boot Java Runtime for the IDE
- 选择Add Custom Runtime option
- 选择解压出的文件夹