摘要:一、安装谷歌拼音输入法 (1)打开终端执行以下命令: sudo pacman -S fcitx-im sudo pacman -S fcitx-configtool sudo pacman -S fcitx-googlepinyin (2)创建.xprofile文件并添加以下内容: sudo nan
阅读全文
摘要:grub选择manjaro启动后直接黑屏,无任何反映,按ctrl+alt+F1~F6都无效果 已经不记得是因为更新了什么还是因为在另一个分区安装了ubuntu造成。 用manjaro liveCD引导,打开控制台,使用manjaro-chroot -a命令,选择manjaro,进入无法启动的用户。
阅读全文
摘要:上来蓝牙无法正常链接 archlinux 上说: Install the bluez package, providing the Bluetooth protocol stack. Install the bluez-utils package, providing the bluetoothct
阅读全文
摘要:基本上有两种可能,大部分是第一种: 1 启动网络共享发现慢,解决办法: 编辑 /usr/share/gvfs/mounts/network.mount 文件 [Mount] Type=network Exec=/usr/lib/gvfs/gvfsd-network AutoMount=true 将A
阅读全文
摘要:系统安装 安装时如果有独立显卡,建议不要使用open source driver. 安装时选分区注意,启动loader安装到windows启动盘 环境调优 建议从系统软件安装助手安装systemd图形界面软件:SystemdGenie 此软件ubuntu系统自带
阅读全文
摘要:先安装yay sudo pacman -S yay 安装微信,微信可以直接安装使用 yay -S deepin-wine-wechat 安装完后发现输入框中文显示为方框,其他地方中文没有问题,是字体缺失,从windows下拷贝msyh.ttc文件到linux: /.deepinwine/Deepin
阅读全文
摘要:conky配置文件加入: own_window = true, 主要是这一句 own_window_class = 'Conky', own_window_type = 'desktop', own_window_hints = 'below', 还有这一句
阅读全文
摘要:[Manjaro] 先通过系统自带 Add/Remove SoftWare 安装 yay 然后 yay -Sy sunloginclient 有个服务需要先开启: sudo systemctl start runsunloginclient.service 开机自启动服务: sudo systemc
阅读全文