manjaro安裝后的配置


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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM