美文网首页
Manjaro安装微信wechat与搜狗输入法

Manjaro安装微信wechat与搜狗输入法

作者: 疯狂的冰块 | 来源:发表于2019-07-14 15:07 被阅读0次

添加源

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一样来运行微信了

相关文章

网友评论

      本文标题:Manjaro安装微信wechat与搜狗输入法

      本文链接:https://www.haomeiwen.com/subject/ykobkctx.html