Manjaro XFCE 21.2.2 with iBus 與嘸蝦米

前言

iBus 輸入平台上,有行易有限公司釋出的官方嘸蝦米表格檔,原則上,我個人也比較推薦使用官方釋出的版本。

今天,就把我自己從 fcitx 轉到 iBus 的部分,做一個小小的紀錄。

從 fcitx 轉換到 iBus

sudo pacman -R fcitx5 fcitx5-im fcitx5-chinese-addons fcitx5-configtool fcitx5-table-extra libime
//如果是全新安裝,基本上就可以跳過這一行指令。

sudo pacman -S ibus ibus-table

sudo vim /etc/enviroment
寫入以下內容:


GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus

至行易有限公司下載官方表格檔。

cd 下載/
//沒有中文輸入法,可以善用 ls 指令或是 Tab 鍵,再用「複製貼上」。

tar xvf boshiamy-ibus-1-8-x.tar.gz

cd boshiamy-ibus-1-8-x/

sudo cp .db /usr/share/ibus-table/tables && sudo cp .png /usr/share/ibus-table/icons

sudo vim /etc/profile.d/ibusStart.sh
寫入以下內容:


ibus-daemon -drxR

sudo reboot

重開機後,輸入法平台就變成 iBus,再做一些設定,就可以用官方的輸入法表格檔。

(下圖)進入 iBus 設定介面,有 2 種方式,一個是直接點右下角的「FOX」或「小鍵盤」圖示,一個是在 Terminal 裡下 ibus-setup 指令。
manjaroXFCE21.2.2withiBusandBoshiamyEp1

(下圖)找個地方,小試一下 iBus 上的嘸蝦米。
manjaroXFCE21.2.2withiBusandBoshiamyEp2

後記

  1. Manjaro – enjoy the simplicity
  2. 行易有限公司 :: 嘸蝦米輸入法
  3. Google Code Archive – Long-term storage for Google Code Project Hosting.

發佈留言