Xace安裝hime嘗試,但使用im-config的叫出設定時會提示缺少相關套件,安裝後狀況相同,故查詢到以下內容
不得不說linux真的比windows還要麻煩,但多了很多搗鼓的樂趣
fcitx5(建議選項,後續安裝小麥輸入法或新酷音輸入法,首推小麥,操作上與微軟新注音較接近)
sudo apt purge fcitx* |
選定並移除fcitx相關連套件 |
sudo apt install fcitx5 fcitx5-* |
安裝fcitx5框架,及所有輸入法支援的 |
sudo apt install fcitx5 fcitx5-chewing fcitx5-chinese-addons |
安裝fcitx5框架,並只安裝新酷音輸入法 兩種擇一選擇即可 |
sudo apt-get install fcitx5-frontend-gtk2 fcitx5-frontend-gtk3 fcitx5-frontend-gtk4 fcitx5-frontend-qt5 |
安裝fcitx5在GTK、QT庫程式環境下的支援套件(若無執行此動作,則會在某些程式中無法使用fcitx5) |
sudo apt install fcitx5* |
以fcitx5進行模糊搜尋,安裝相關聯的套件 原則上與上一行指令擇一即可,但此方式可降低少安裝到相關套件的機率 |
sudo apt install fcitx5-config-qt |
安裝「圖形設定介面」的「輔助工具」 |
im-config -n fcitx5 |
將系統的輸入法框架切換至fcitx5 |
gcin
sudo apt install gcin gcin-gtk2-immodule gcin-gtk3-immodule gcin-qt5-immodule gcin-anthy gcin-voice |
安裝gcin輸入法及相依套件 |
sudo apt install gcin* |
安裝gcin及相依套件 此方法會以模糊搜尋的方式,安裝所有名稱帶有gcin的套件,可降低少安裝到套件的狀況 |
im-config -n gcin |
啟用gcin輸入法框架 |
reboot |
重啟系統 |
hime
sudo apt-get install hime hime-gtk2-immodule hime-gtk3-immodule hime-qt5-immodule hime-chewing hime-anthy |
安裝hime輸入法及相依套件 |
sudo apt install hime* |
安裝hime及相依套件 此方法會以模糊搜尋的方式,安裝所有名稱帶有hime的套件,可降低少安裝到套件的狀況 |
im-config -n hime |
啟用hime輸入法框架 |
reboot |
重啟系統 |
小麥輸入法編譯、安裝
sudo apt update |
更新套件庫 |
sudo apt-get install -y build-essential |
安裝build相關套件(重要,未安裝的情況會在執行cmake的階段出現找不到檔案) |
sudo apt install fcitx5 libfcitx5core-dev libfcitx5config-dev libfcitx5utils-dev | 安裝fcitx5、 CMake及開發用模組 |
sudo apt install cmake extra-cmake-modules gettext libfmt-dev | |
解開小麥輸入法原始碼的壓縮檔,並在其資料夾內部開啟終端機 |
|
mkdir -p build | 新增名為build的資料夾 |
cd build | 移動至build資料夾 |
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release | |
make | 開始編譯程式 |
sudo make install | 最高權限,安裝剛編譯好的程式 |
sudo update-icon-caches /usr/share/icons/ | 初次安裝後,執行以下指令,小麥注音 icon 就會出現在 fcitx5 選單中 |
reboot | 重啟系統 |
參考資料
官方連結
小麥輸入法詞庫存放路徑
/home/[使用者名稱]/.local/share/fcitx5/mcbopomofo/data.txt
小麥輸入法設定相關