添加源
sudo vim /etc/pacman.conf
[archlinuxcn]
SigLevel = Never
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
首先安装yay
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
安装微信
yay -S deepin-wine
yay -S deepin-wine-wechat
安装输入法
sudo pacman -S fcitx-im #默认全部安装
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-sogoupinyin
sudo vim ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
然后就可以像window一样来运行微信了
网友评论