如何从 Ubuntu Gnome Shell 中卸载优雅色彩主题?

如何从 Ubuntu Gnome Shell 中卸载优雅色彩主题?

我从 14.04 LTS 更新到 16.04,发现优雅颜色不起作用。我尝试按照 github 上的故障排除页面列出的方法操作,但没有成功。

https://github.com/numixproject/elegance-colors

我决定卸载它并重新安装,看看是否可行。但我不知道如何卸载它。

答案1

您需要先删除 PPA,然后清除该gnome-shell-theme-elegance-colors包:

sudo add-apt-repository --remove ppa:satyajit-happy/themes
sudo apt purge gnome-shell-theme-elegance-colors

~/.local/share/themes还要检查文件夹中是否有包含主题名称的文件夹~/.themes

相关内容