Manjaro 20.0.1 Lysia 安装Googlepinyin

Manjaro 20.0.1 Lysia 安装Googlepinyin

  1. 若是全新的Manjaro系统,安装好后第一步是排列源(在终端中)
sudo pacman-mirrors -g
  1. 添加中科大源(国内最快),方法见:
    https://www.cnblogs.com/JaxYoun/p/12924171.html
  2. 导入GPG Key
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
  1. 安装输入法
sudo pacman -S fcitx-im  # 默认全部安装
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-googlepinyin  # 安装谷歌拼音(搜狗不成功)
  1. 添加输入法配置文件
sudo nano ~/.xprofile

在文件中添加如下内容

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
  1. 重启系统
reboot
  1. 在应用中列表中搜索fctx,点击 fctx configuration
  • input method:列出系统已安装所有输入法,可以删除多余输入法,保留常用的即可。
  • global config:包含输入法快捷键等全局设置
  • appearance:输入法外观
  • addon:插件管理
原文地址:https://www.cnblogs.com/JaxYoun/p/12924253.html