目录
Ubuntu gnome WhiteSur-gtk-theme类mac主题正确安装和卸载方式
摘要
Ubuntu版本:ubuntu24.04
主题下载地址:https://github.com/vinceliuice/WhiteSur-gtk-theme
参考的安装教程:https://blog.51cto.com/u_15477117/5927174
完美度:中
目的
安装时参考的教程没有卸载说明,还原ubuntu 原始主题总是不彻底,登录界面还是美化过的,在ubuntu24.04下,session切换的图标和菜单样式有问题,齿轮变得很大。
以下的卸载方法,在ubuntu24.04下有效,登录界面和default主题也还原回来了。
安装和卸载
以下内容摘自jouzeyu/WhiteSur-gtk-theme
Quick install
Installing from source
Run ./install.sh to install the default WhiteSur GTK theme pack which includes GNOME Shell (Pantheon), Cinnamon, XFWM (XFCE), Metacity, and Plank themes.
Example:
./install.sh -t all -N glassy
Quick uninstall
uninstall Gtk themes: ./install.sh -r
uninstall GDM theme: sudo ./tweaks.sh -g -r
uninstall Firefox theme: ./tweaks.sh -f -r
uninstall Dash-to-dock theme: ./tweaks.sh -d -r
uninstall Flatpak Gtk themes: ./tweaks.sh -F -r
uninstall Snap Gtk themes: ./tweaks.sh -s -r
更多帮助请参考原文
https://gitee.com/jouzeyu/WhiteSur-gtk-theme
或
./install.sh --help
./tweaks.sh --help
特别说明
如果想安装到系统目录,在./install.sh或./tweaks.sh 前加sudo 执行即可,卸载也一样。