--- title: 在 Ubuntu 16.04 下使用新酷音中文輸入法 tags: Ubuntu --- # 在 Ubuntu 16.04 下使用新酷音中文輸入法 ## 安裝 **方法一** 1. 進入 System Settings > Language Support 2. 在下方的 Keyboard input method system 選單中,選擇 fcitx ![Imgur](https://i.imgur.com/5pOsyiM.png) 3. 重新登入系統 4. 進入 System Settings > Text Entry 5. 點擊下方'+'號,新增 Chewing (Fcitx) 輸入法 ![Imgur](https://i.imgur.com/88MBOeA.png) **方法二** 直接使用以下指令安裝: ```bash sudo apt-get install fcitx fcitx-chewing ``` ## 設定 - 只有預編輯字串時,不顯示輸入視窗: 1. 點選右上角工具列 Fcitx 圖示,選擇 ConfigureFcitx 2. 在 Global Config 標籤下,勾選 Show Advance Option 3. 在 Global Config 標籤下的 Appearance 中,勾選 Do not show input window if there is only preedit string - 替換工具列圖示,符合 Ubuntu Ambiance主題: 1. 下載![Imgur](https://i.imgur.com/V2mJcSe.png) 2. 開啟下載資料夾,在空白處點擊右鍵,選擇 Open in Terminal 3. 輸入以下指令,將圖示複製至指定資料夾 ```bash sudo cp fcitx-chewing.png /usr/share/icons/hicolor/48x48/apps/fcitx-chewing.png ``` --- ## 參考資料 [Ubuntu: fcitx + chewing 新酷音輸入法](https://gist.github.com/tanyuan/c0d4ee15cf0c9c93da28cc1cf0ff87b3)