Comment #14 on issue 1612 by takao.fujiwara1: ibus input not working
http://code.google.com/p/ibus/issues/detail?id=1612

Is it not a mistake on my part?

It means you saw the different file against the built file.

Executable 'a' causes a segmentation fault as well.

It's caused by g_object_unref ?

You also could add '-g' option and see the stack trace with the test program a:

% gcc -o a a.c `pkg-config --cflags --libs ibus-1.0` -g
% gdb ./a
(gdb) run
(gdb) where

I don't think it's an ibus bug but will think what is wrong.

I noticed another bug with ibus when Python 3

ibus does not support python3 yet. You need to install python2 and build ibus with python2.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://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
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复