YuanhuiQu / ibus-cloud-pinyin

Automatically exported from code.google.com/p/ibus-cloud-pinyin
GNU General Public License v3.0
1 stars 1 forks source link

request-main.c 引起的崩溃 #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
一般文字输入过程中出现 
命令行窗口中报错如下:

** (ibus-cloud-pinyin-request:32477): CRITICAL **: file request-main.c: line 
79: uncaught error: The name org.ibus.CloudPinyin was not provided by any 
.service files (dbus-glib-error-quark, 2)

Original issue reported on code.google.com by lightwin...@gmail.com on 11 Oct 2010 at 4:32

GoogleCodeExporter commented 8 years ago
P.S.此错误目前为止已出现3次

Original comment by lightwin...@gmail.com on 11 Oct 2010 at 6:07

GoogleCodeExporter commented 8 years ago
这个错误是始终出现还是有时候会出现?

不要从命令行直接执行本程序,用 ibus 切换到本输入法由 
ibus 来处理。

Original comment by arcpp.zju@gmail.com on 12 Oct 2010 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by arcpp.zju@gmail.com on 12 Oct 2010 at 6:37

GoogleCodeExporter commented 8 years ago
错误有时候出现,现在为止在录入一份一千字的报告中出现��
�三次

可以的话我也不想从命令行直接执行ibus-engine-cloud-pinyin这个��
�序,路径又长还不好敲,可是之前反映过了,ibus设置界面输
入法选项卡里没有ibus-engine-cloud-pinyin这么个东西

Original comment by lightwin...@gmail.com on 12 Oct 2010 at 8:14

Attachments:

GoogleCodeExporter commented 8 years ago
你是手动编译的 ibus 吗?

Original comment by arcpp.zju@gmail.com on 12 Oct 2010 at 8:24

GoogleCodeExporter commented 8 years ago
是,1.3.7的。难道我漏了什么必要组件?make的时候并没有报��
�所以没管它了

Original comment by lightwin...@gmail.com on 12 Oct 2010 at 8:29

GoogleCodeExporter commented 8 years ago
手动编译的话,ibus 的路径默认是 /usr/local 而不是 /usr/
所以你需要让 ibus-cloud-pinyin 把文件放到正确的位置,重新 
make ibus-cloud-pinyin,使用:
export PREFIX=/usr/local; make

Original comment by arcpp.zju@gmail.com on 12 Oct 2010 at 8:34