gvim在退出时提示gdk-warning

系统字体配置、中文显示和输入法问题
回复
ypc1109
帖子: 10
注册时间: 2010-11-14 19:41

gvim在退出时提示gdk-warning

#1

帖子 ypc1109 » 2011-11-18 17:15

不知道放到这个版对不对,但是看提示貌似和区域语言有点关系,其他的我就看不懂了,求各位帮忙。

代码: 全选

[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
头像
abcbc
帖子: 42
注册时间: 2008-03-21 18:11
系统: Ubuntu 12.04

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

#2

帖子 abcbc » 2011-11-21 6:08

我也是同样的问题。是安装了ppa的fcitx才出现的。现在还没有解决。
ypc1109
帖子: 10
注册时间: 2010-11-14 19:41

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

#3

帖子 ypc1109 » 2011-11-23 15:29

搞定了,删除了fcitx-gtk2和fcitx-gtk3两个模块
baozhumm
帖子: 82
注册时间: 2006-08-18 10:42

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

#4

帖子 baozhumm » 2012-01-27 21:40

LZ是怎么知道删除这两个模块的呢?按照你的方法,我这里也是可以的。
回复