问题 使用Manjaro工作大约两年了,习惯性的sudo pacman -Syyu,前一段时间更新完后,很多地方的中文字体都变成了方框。
解决方法 安装字体
重启后就好了
说明 把manjaro滚到最新版本后deepin-wine-wechat微信无法输入中文
解决方法 deepin-wine-wechat的github上给出了兼容列表
<th> wine版本 </th> <th> 兼容性 </th> <th> 备注 </th> <th> deepin-wine版本 </th> <th> 兼容性 </th> <th> 备注 </th> <td> 4.18-1 </td> <td> 部分 </td> <td> 不能使用中文输入法 </td> <td> </td> <td> </td> <td> </td> <td> 4.18-1 </td> <td> 部分 </td> <td> 不能使用中文输入法 </td> <td> 2.18_18-2 </td> <td> ? </td> <td> </td> <td> 4.18-1 </td> <td> 部分 </td> <td> 不能使用中文输入法 </td> <td> 2.18_18-2 </td> <td> 不支持 </td> <td> 闪退 </td> <td> 4.
安装 pacman -S privoxy
配置 修改/etc/privoxy/config
添加:
forward-socks5 / 127.0.0.1:1080 . #ss的代理
listen-address localhost:8118
重启 systemctl restart privoxy
PS 终端中使用代理 export http_proxy=http://127.0.0.1:8118
export https_proxy=http://127.0.0.1:8118
介绍 优点: 1.基于Arch,但不用折腾
2.滚动更新,但比Arch慢,比Arch更稳定
3.支持AUR仓库,软件非常多,比如deepin qq,sogou输入法等,一行命令就可以安装
4.Wiki非常丰富
缺点: 1.滚动更新,容易滚挂
安装步骤 下载 https://mirrors.tuna.tsinghua.edu.cn/manjaro-cd/
usb安装 df -h 查看你的u盘
sudo umount /dev/sdb 卸载U盘
dd if=xxx.iso of=/dev/sdb bs=1M 制作启动盘
note: /dev/sdb为u盘
添加国内源 编辑 vi /etc/pacman-mirrors.conf
修改 OnlyCountry=China
根据速度排序 pacman-mirrors -g
添加Arch源 编辑 vi /etc/pacman.conf
在末尾添加 同步 sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
安装zsh 执行 sudo pacman -S zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s /bin/zsh
安装输入法 sudo pacman -S fcitx-im # 全部安装