Skip to content

FreeBSD 安裝教程

Ayaka Mikazuki edited this page Oct 11, 2021 · 12 revisions

安裝方法

安裝輸入法程式

pkg install fcitx5 fcitx5-configtool fcitx5-gtk fcitx5-qt zh-fcitx5-rime

新建 ~/.xprofile

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx

然後重新啓動系統。

開啓 fcitx5 設定,啓用 rime。

安裝 rime-cantonese 方案

由於 pkg 內未必係最新版本,建議手動安裝。

git clone https://github.com/rime/rime-cantonese.git ~/.rime-cantonese
mkdir -p ~/.local/share/fcitx5/rime/opencc
ln -s ~/.rime-cantonese/*.yaml ~/.local/share/fcitx5/rime
ln -s ~/.rime-cantonese/opencc/* ~/.local/share/fcitx5/rime/opencc

新建 ~/.local/share/fcitx5/rime/default.custom.yaml

patch:
  schema_list:
    - schema: jyut6ping3

然後重新部署。

可以使用 hosxy/Fcitx5-Material-Color 等主題。

更新方法

git -C ~/.rime-cantonese pull

然後重新部署。