返回 Notes
未分类NOTE

manjaro

国内源

Terminal window
pacman-mirrors -i -c China -m rank
sudo pacman -Syy

修改家目录文件为英文

LC_ALL=C xdg-user-dirs-update --force  127 ✘  jinxq@jinxq-manjarodev
Moving DESKTOP directory from 桌面 to Desktop
Moving DOWNLOAD directory from 下载 to Downloads
Moving TEMPLATES directory from 模板 to Templates
Moving PUBLICSHARE directory from 公共 to Public
Moving DOCUMENTS directory from 文档 to Documents
Moving MUSIC directory from 音乐 to Music
Moving PICTURES directory from 图片 to Pictures
Moving VIDEOS directory from 视频 to Videos
rmdir ~/桌面 ~/下载 ~/模板 ~/公共 ~/文档 ~/音乐 ~/图片 ~/视频 2>/dev/null
cat ~/.config/user-dirs.dirs

中文输入法

pacman -S fcitx5 fcitx5-qt fcitx5-gtk fcitx5-configtool fcitx5-chinese-addons
# 词库
pacman -S fcitx5-pinyin-zhwiki
vim /etc/environment
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
# 最好 reboot
image-20260904143048701