1.添加中科大源

参考https://blog.csdn.net/liyunfu233/article/details/87381017

sudo nano /etc/pacman.conf

在文末添加

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

导入GPG Key

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

 

2.安装chrome

sudo pacman -S google-chrome

 

3.安装谷歌输入法

sudo pacman -S fcitx-im #默认全部安装
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-googlepinyin

编辑输入法配置文件

sudo nano ~/.xprofile

添加以下内容

export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"

4.重启电脑

在输入法里选择Configure Current Input Method即可对输入法进行配置

配置可以参考https://blog.csdn.net/YuanXin_CSDN/article/details/91389467

 

相关文章:

  • 2021-09-07
  • 2019-01-07
  • 2021-11-23
  • 2021-11-12
  • 2021-12-03
  • 2021-11-02
  • 2021-11-06
  • 2021-09-02
猜你喜欢
  • 2021-12-10
  • 2021-10-17
  • 2021-12-05
  • 2021-12-20
  • 2021-11-12
  • 2021-09-20
  • 2021-12-15
  • 2021-09-12
相关资源
相似解决方案