|
|
发表于 2009-3-12 01:40:38
|
显示全部楼层
svn版本的bug真的非常多
1.不能改英文字体,否则自动变成所谓的3D模式,难看。
2.无法保存自造词,070703后一直都有。。
3.自己打了那什么xdg补丁,无法修改配置,看起来每次启动会覆盖配置,补丁看起来没有问题。。不知道又改什么地方了。。。这应该还是补丁太ugly了
换回070703,但是打上hubert_star给的ooo补丁,虽然不一样,我依葫芦画瓢的改了一下,果然好了,非常爽!还有拼音词组也更换了,好像没什么变幻,但是。。。心理爽
目前啥问题都没有发现。。。
070703版本的ooo补丁
- --- src/xim.c.old 2009-03-12 01:14:08.000000000 +0800
- +++ src/xim.c 2009-03-12 01:15:38.484759024 +0800
- @@ -557,7 +557,7 @@
- }
-
- ims = IMOpenIM (dpy, IMModifiers, "Xi18n", IMServerWindow, im_window, IMServerName, imname,
- - IMLocale, strLocale, IMServerTransport, "X/", IMInputStyles, input_styles, IMEncodingList, encodings, IMProtocolHandler, MyProtoHandler, IMFilterEventMask, KeyPressMask | KeyReleaseMask, NULL);
- + IMLocale, strLocale, IMServerTransport, "X/", IMInputStyles, input_styles, IMEncodingList, encodings, IMProtocolHandler, MyProtoHandler, IMFilterEventMask, KeyPressMask, NULL);
-
- if (ims == (XIMS) NULL) {
- fprintf (stderr, "Start FCITX error. Another XIM daemon named %s is running?\n", imname);
复制代码 |
|