Comment #11 on issue 852 by kenya888: org.freedesktop.iBus.NoEngine : can
not find engine with name anthy
http://code.google.com/p/ibus/issues/detail?id=852
fujiwara-san
Thank you for useful hints. On N900, I cannot get useful messages with gdb
and
strace. I tried to add err msg codes to determine whether context->engine
or context-
engine->desc is NULL. I've found out context->engine is NULL.
change error message on bus/inputcontext.c
---------
1054a1055,1059
reply = ibus_message_new_error (message,
DBUS_ERROR_FAILED,
"context.engine.desc is null.");
return reply;
1059c1064,1065
< "InputContext does not have
factory.");
---
// "InputContext does not have
factory.");
"context.engine is null.");
-------
Result dbus-monitor output is...
-----
method call sender=:1.9 -> dest=org.freedesktop.DBus serial=163
path=/org/freedesktop/IBus; interface=(null); member=ListActiveEngines
error sender=org.freedesktop.DBus -> dest=:1.9
error_name=org.freedesktop.DBus.Error.Failed reply_serial=164
string "context.engine is null."
-----
I would like to try debugging by insert normal code since N900 can't
display special
debug codes...
Could you advise me a little more to investigate why?
Best Regards.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
To unsubscribe, reply using "remove me" as the subject.