JaxYoun

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:插件管理

分类:

技术点:

相关文章:

  • 2021-07-23
  • 2021-08-23
  • 2021-12-15
  • 2021-06-02
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-06-25
  • 2021-05-12
  • 2022-12-23
  • 2021-07-12
  • 2021-12-10
相关资源
相似解决方案