此篇是由於某天看到 Ubuntu 的 macbuntu theme 整個很炫,心一橫裝了下去
快樂的用了幾天體驗一下之後,在今天不知道異動到了哪個東西
在開機的時候一直遭遇 system error
從 syslog 看到以下錯誤訊息
Gtk-WARNING: Theme parsing error: gtk-widgets.css:994:1: '/*' in comment block Gtk-WARNING: Theme parsing error: gtk-widgets.css:2055:42: 'from' is not a valid property name
從訊息一看到大概了解到是因為 Theme 造成的錯誤
用 unity-tweak-tool 試一下是哪一個 Theme 造成的
找到問題點是之前安裝的 Mbuntu-ac Theme
基本上除非你很懂 Theme 或 css 不然就直接把 Theme remove 然後重新安裝
$ sudo apt-get remove mac-itemes-v3 $ sudo apt-get remove mac-icons-v3
用 dpkg -l | grep mac 可以看到 mac-icons-v3 的狀態是 rc
由於用 remove 還是無法清除乾淨
purge 可以將剩餘的設定檔都清除乾淨!
$ sudo apt-get purge mac-icons-v3