Manjaro 20.0.1 Lysia 安裝Googlepinyin
- 若是全新的Manjaro系統,安裝好后第一步是排列源(在終端中)
sudo pacman-mirrors -g
- 添加中科大源(國內最快),方法見:
https://www.cnblogs.com/JaxYoun/p/12924171.html - 導入GPG Key
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
- 安裝輸入法
sudo pacman -S fcitx-im # 默認全部安裝
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-googlepinyin # 安裝谷歌拼音(搜狗不成功)
- 添加輸入法配置文件
sudo nano ~/.xprofile
在文件中添加如下內容
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
- 重啟系統
reboot
- 在應用中列表中搜索fctx,點擊 fctx configuration
- input method:列出系統已安裝所有輸入法,可以刪除多余輸入法,保留常用的即可。
- global config:包含輸入法快捷鍵等全局設置
- appearance:輸入法外觀
- addon:插件管理