安裝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”(或者是“中州韻”)方案新增到左側。