随笔分类 -  ubuntu

ubuntu 20.04 无法设置桌面solid-color的问题
摘要:gsettings set org.gnome.desktop.background picture-options 'none' gsettings set org.gnome.desktop.background primary-color '#004000' gsettings set org 阅读全文

posted @ 2022-05-07 14:51 ctcrst 阅读(47) 评论(0) 推荐(0)

ubuntu 20.04安装deepin微信以后的问题解决
摘要:先用以下两条命令安装上微信 wget -O- https://deepin-wine.i-m.dev/setup.sh | sh 大功告成,现在可以试试安装更新deepin-wine软件了,如:微信:sudo apt-get install com.qq.weixin.deepinQQ:sudo a 阅读全文

posted @ 2022-05-07 13:59 ctcrst 阅读(761) 评论(0) 推荐(0)

ubuntu 20.04 将dock栏合并到panel
摘要: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 阅读全文

posted @ 2022-05-06 17:48 ctcrst 阅读(477) 评论(0) 推荐(0)

ubuntu 20.04 减小窗口标题栏高度
摘要:新建或者修改 ~/.config/gtk-3.0/gtk.css 文件,加入下面文字 /* shrink headerbars (don't forget semicolons after each property) */headerbar { min-height: 0px; padding-l 阅读全文

posted @ 2022-05-06 17:46 ctcrst 阅读(1367) 评论(0) 推荐(0)

ubuntu 20.04 给thunar 安装视频缩略图插件
摘要:killall thunar sudo apt install tumbler tumbler-plugins-extra ffmpegthumbnailer sudo reboot 阅读全文

posted @ 2022-05-06 17:43 ctcrst 阅读(332) 评论(0) 推荐(0)