Comment #4 on issue 588 by [email protected]: ibus-setup中的自定义字体效果只
显示在候选框中,提交后的还是正常的字体
http://code.google.com/p/ibus/issues/detail?id=588
如果你只用ibus的话可以修改~/.gtkrc-2.0解决。
下面是我的,你可以参考(记得重启X):
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"
include "/usr/share/themes/QtCurve/gtk-2.0/gtkrc"
# ibus-font
style "ibus-font"
{
font_name = "Sans 13"
base[SELECTED] = "#3D3D3D"
text[SELECTED] = "#00FF00"
# text[PRELIGHT] = "#4D0099"
}
widget "*.IBusCandidateLabel" style "ibus-font"
style "user-font"
{
font_name="微软雅黑"
}
widget_class "*" style "user-font"
gtk-theme-name="QtCurve"
gtk-font-name="微软雅黑 9"
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en