因為 Fedora 24 不再附帶 gcin 套件,雖然還有 ibus-table-chinese-array 套件可用,但它並非遵照行列輸入法規格製作,而且有些字打不出來(譬如「只」,行列碼 0- 8-),在使用上頗為不便。幸好透過 Cheng-Chia Tseng (zerng07) 協助,提供老刀在 Fedora 24 編譯 ibus-array 輸入法的方法:
* sudo dnf install @development-tools gettext-devel libtool ibus-devel libsq3-devel
* mkdir git
* cd git
* git clone https://github.com/lexical/ibus-array.git
* cd ibus-array
* ./autogen.sh
* ./configure prefix=/usr
* make
* sudo make install
完成上述動作之後請重新開機,然後在「設定值」的「地區和語言」中點選輸入來源的「+」按鈕,就可在「漢語(臺灣)」中找到「漢語 (Array)」。接著點選「加入」,將 ibus-array 行列輸入法加到你的輸入法清單中,恭喜你神功大成!