Ubuntu gnome WhiteSur-gtk-theme类mac主题正确安装和卸载方式

目录

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 执行即可,卸载也一样。

相关推荐
waves浪游2 分钟前
进程概念(上)
linux·运维·服务器·开发语言·c++
uiop_uiop_uiop12 分钟前
iOS arm64e hook MGCopyAnswer got Crash or Only Partial results got hooked
macos·ios·cocoa
侯小啾1 小时前
Ubuntu NAT模式设置静态 IP 地址
tcp/ip·ubuntu·php·静态ip
不会kao代码的小王1 小时前
从局域网到全网可用!PDFMathTranslate 翻译工具的进阶使用法
linux
Myosotis5131 小时前
DNS练习
linux·运维·服务器
wzyannn1 小时前
Linux字符设备驱动开发详细教程(简单字符设备驱动框架)
linux·运维·驱动开发·嵌入式
LCG元2 小时前
Linux 下的端口转发:ssh、socat、iptables 三种方案对比
linux
LCG元2 小时前
深入理解 Linux 网络命名空间:自己动手实现"虚拟网络"
linux
powerfulhell2 小时前
11.11作业
linux·运维·centos
板鸭〈小号〉2 小时前
进程间关系(linux)
linux·运维·服务器