摘要:找到game/object/unit.cpp:2009 行 // If this is a creature and it attacks from behind it has a probability to daze it's victim if ((!damageInfo->absorb) &
阅读全文
摘要:一、安装谷歌拼音输入法 (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,进入无法启动的用户。
阅读全文
摘要:gsettings set org.gnome.desktop.background picture-options 'none' gsettings set org.gnome.desktop.background primary-color '#004000' gsettings set org
阅读全文
摘要:先准备好字体文件,例如simsun.ttc sudo cp simsun.ttc /usr/share/fonts cd /usr/share/fonts sudo chmod 644 simsun.ttc 更新字体缓存 代码: sudo mkfontscale 代码: sudo mkfontdir
阅读全文
摘要:先用以下两条命令安装上微信 wget -O- https://deepin-wine.i-m.dev/setup.sh | sh 大功告成,现在可以试试安装更新deepin-wine软件了,如:微信:sudo apt-get install com.qq.weixin.deepinQQ:sudo a
阅读全文
摘要:The Dash to Panel Gnome Shell extension does exactly what you want and is highly configurable.You can install it from Ubuntu software (search Dash to
阅读全文
摘要:新建或者修改 ~/.config/gtk-3.0/gtk.css 文件,加入下面文字 /* shrink headerbars (don't forget semicolons after each property) */headerbar { min-height: 0px; padding-l
阅读全文
摘要:killall thunar sudo apt install tumbler tumbler-plugins-extra ffmpegthumbnailer sudo reboot
阅读全文