安裝fcitx5 sudo dnf install fcitx5 fcitx5-chinese-addons 很多教程上讓安裝fcitx5-gtk和fcitx5-qt,但是目前dnf在安裝fcitx5時會自動安裝這兩個包。 安裝fcitx5-rime sudo dnf install fcitx5- ...
安裝fcitx5
sudo dnf install fcitx5 fcitx5-chinese-addons
很多教程上讓安裝fcitx5-gtk
和fcitx5-qt
,但是目前dnf
在安裝fcitx5
時會自動安裝這兩個包。
安裝fcitx5-rime
sudo dnf install fcitx5-rime
配置fcitx5
編輯/etc/profile
(影響所有用戶,需要sudo
許可權)或者~/.xprofile
(僅影響當前用戶)【如果使用bash
作為預設shell
,還可以編輯~/.bash_profile
】,在文件新增:
export XMODIFIERS=@im=fcitx5
export GTK_IM_MODULE=fcitx5
export QT_IM_MODULE=fcitx5
導入rime拼音方案
備份並清空~/.local/share/fcitx5/rime/
文件夾下的所有文件,然後選擇並執行下列三種方案中的一種(其他拼音方案請獨自查詢並clone)【請註意最後的點.
】。
下載結束後
rime
文件夾下就是配置文件,二者之間沒有其他的任何中間的文件夾。
霧凇拼音
git clone https://github.com/iDvel/rime-ice.git .
薄荷拼音
git clone https://github.com/Mintimate/oh-my-rime.git .
四葉草拼音
git clone https://github.com/fkxxyz/rime-cloverpinyin.git .
配置fcitx5
打開fcitx5
配置或者執行fcitx5-configtool
,從左側刪除“拼音”方案,並將右側的“rime”(或者是“中州韻”)方案添加到左側。