manjaro安装输入法sougou pinyin

发布于 / 随记 / 0条评论 / Tags: none / 16 次浏览

manjaro 安装输入法sougoupinyin
  1. 添加中科大源

sudo vim /etc/pacman.conf

[archlinuxcn]

SigLevel = Never

Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
  1. 导入GPG Key

    sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring

    3.安装

    
    
     sudo pacman -S fcitx-im  fcitx-configtool  fcitx-sogoupinyin
  2. 添加输入法配置文件 sudo vim ~/.profile

    export GTK_IM_MODULE=fcitx
    export QT_IM_MODULE=fcitx
    export XMODIFIERS="@im=fcitx"
    

5.error: target not found: fcitx-sogoupinyin

  sudo pacman -S fcitx-im  fcitx-configtool  fcitx-googlepinyin

    评论区(暂无评论)