分页: 1 / 1

gvim在退出时提示gdk-warning

发表于 : 2011-11-18 17:15
ypc1109
不知道放到这个版对不对,但是看提示貌似和区域语言有点关系,其他的我就看不懂了,求各位帮忙。

代码: 全选

[ypc@yang ~]$ gvim
[ypc@yang ~]$ 
(gvim:1883): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap

(gvim:1883): Gdk-CRITICAL **: IA__gdk_cairo_region: assertion `region != NULL' failed

(gvim:1883): Gdk-CRITICAL **: IA__gdk_cairo_region: assertion `region != NULL' failed

(gvim:1883): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap

(gvim:1883): Gdk-CRITICAL **: IA__gdk_cairo_region: assertion `region != NULL' failed

(gvim:1883): Gdk-CRITICAL **: IA__gdk_cairo_region: assertion `region != NULL' failed

Re: gvim在退出时提示gdk-warning

发表于 : 2011-11-21 6:08
abcbc
我也是同样的问题。是安装了ppa的fcitx才出现的。现在还没有解决。

Re: gvim在退出时提示gdk-warning

发表于 : 2011-11-23 15:29
ypc1109
搞定了,删除了fcitx-gtk2和fcitx-gtk3两个模块

Re: gvim在退出时提示gdk-warning

发表于 : 2012-01-27 21:40
baozhumm
LZ是怎么知道删除这两个模块的呢?按照你的方法,我这里也是可以的。