|
上周五无聊之际,参考某美化中文字体的网页,安装了一堆包,有cairo、libpng、glib、atk、pango和gtk+,最后对gtk+进行configure时提示error:No X development libraries,好像是缺少libgtk2.0-dev包,搜索无果后,就放弃了。
结果今天一来就无法启动XWindows了,提示:
(gnome-session:2674): GLib-GObject-WARNING **: specified class size for type `PangoXftFontMap' is smaller than the parent type's `PangoFcFontMap' class size
(gnome-session:2674): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(gnome_segv2:2722): GLib-GObject-WARNING **: specified class size for type `PangoXftFontMap' is smaller than the parent type's `PangoFcFontMap' class size
(gnome_segv2:2722): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
waiting for X server to shut down X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
经google,尝试过以下几种办法:
1)。在/etc/ld.so.conf文件最前面添加 /lib 和 /usr/lib
2)。 删除 .Xauthority
3)。重新编译内核再安装
现在问题依旧,请各位高手指点,问题该如何解决?
谢谢! |
|