Comment #5 on issue 1376 by takao.fujiwara1: -x参数有时候导致ibus-daemon启动 不正常
http://code.google.com/p/ibus/issues/detail?id=1376
IBUS:ERROR:dbusimpl.c:1891:bus_dbus_impl_dispatch_message_by_rule: assertion failed: (skip_connection == NULL || BUS_IS_CONNECTION (skip_connection))
The error means your skip_connection is not BusConnection so maybe unref fuction would destroy the structure anywhere. You could add assert (BUS_IS_CONNECTION(connection)) in the source codes for the debugging to check where the connection is destroyed and probably gdb is needed for the debugging.
However I guess the root cause might not be ibus. -- 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
