Ubuntu10.10中安裝Macbuntu後的一些Fix
主要改善了以下問題:
1. Eclipse等gtk2程式中,工具列表徵圖背景色太深,與周邊空白地區的顏色非常不協調。
解決方案(可能會有副作用,對其他程式有影響):
用gedit開啟 ~/.themes/Macbuntu/gtk-2.0/gtkrc,找到如下兩行:class "*Toolbar" style "toolbar"
widget_class "*Toolbar" style "toolbar"
將其注釋,如下:
# workrounds for eclipse icon backgroud wrong.
# class "*Toolbar" style "toolbar"
# widget_class "*Toolbar" style "toolbar"
2. Eclipse與Firefox的菜單沒有出現在全域菜單中。
解決辦法:
1、禁用Ubuntu10.10的Indicator Applet Appmenu;
2、安裝gnome2-globalmenu
在http://gnome-look.org/content/show.php?content=129021&forumpage=0中提供了一個安裝gnome2-globalmenu的補丁,這是連結。
PS,上面表徵圖背景色過深的解決方案也是在這條貼中的評論中找到的,見這裡 。
Re: Eclipse IDE tool bar problem - by bagley on: Oct 18 2010
GTK theme is eligible for a full rebuild. Meanwhile, you can hash the following lines in the gtkrc (~/.themes/Macbuntu/gtk-2.0/gtkrc).
class "*Toolbar" style "toolbar"
widget_class "*Toolbar" style "toolbar"
Unfortunately, it affects other applications.
3. openoffice/libreoffice的全域菜單問題 -- 未解決。
4. openoffice/libreoffice的菜單字型過粗。
安裝macbuntu後,系統的application font會更改為lucidaGrande,而這會導致openoffice/libreoppenoffice菜單字型過粗。比較無奈的解決辦法是把application font改回原來Sans。