manjaro安装后的配置

安稳与你 提交于 2019-11-25 16:49:11

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-8export 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

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!