Re: [Ubuntu-zh] ubuntu-zh 摘要, 卷 46, 发布 16

2009-03-21 文章 hupengni...@gmail.com
list > >> ubuntu-zh@lists.ubuntu.com > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > >> > > > > > > > > -- > > Linuxer Jouston > > http://jouston.no-ip.com > > Email/MSN: jouston(AT)jouston.no-ip.com > > ICQ:122740

Re: [Ubuntu-zh] 9.04通知机制怎么安装

2009-03-21 文章 苏丹
https://bugs.launchpad.net/notify-osd/+bug/331927 可能和字体有关,我是微软雅黑,notify-osd 会崩溃。 请问各位notify-osd正常工作的和没有正常工作的用的是什么应用程序字体? gconftool-2 --get /desktop/gnome/interface/font_name 2009/3/21 Xie Shaohu : > 我都没有管,升级到2.6.28-11的时候,同时更新了gnome主题之后,通知机制就正常了。 > > Jouston Huang 写道: > > 我直接用update-manager�bdev

Re: [Ubuntu-zh] 9.04通知机制怎么安装

2009-03-21 文章 苏丹
我知道问题在哪里了,原来如果应用程序字体名是中文就会在GString上出错,所以要么用英文的字体名,要么改程序。 我对gtk不熟,不知道为什么中文导致错误,我又想系统用雅黑,只好hack了一下,不去读系统配置。 apt-get source notify-osd vi src/defaults.c 340 g_object_set (self, 341 "text-font-face", 342 //font_face->str, 343 "sans 10", 3