Comment #27 on issue 1617 by [email protected]: Add support for Wayland input method protocol
http://code.google.com/p/ibus/issues/detail?id=1617

I don't understand what are clients/editor and "Entry".
I can type chars with weston-terminal but input_method_activate() is not called in ibus-wayland.

Well, that is because weston-terminal is not capable of the wl_text_input protocol. clients/editor in the weston source tree is the only wayland-native client capable of the protocol:
http://cgit.freedesktop.org/wayland/weston/tree/clients/editor.c

Sadly it is not packaged in the Fedora package.

I cannot type any chars with GTK applications with GDK_BACKEND=wayland in weston and input_method_activate() is not called in ibus-wayland. I guess focus-in events are not called with GTK applications.

The protocol is not used by GTK applications. The ordinary im-ibus.so should work for them. If it doesn't work, you may want to check the code to locate IBUS_ADDRESS_FILE (e.g. ~/.config/ibus/bus/*), whose name depends on the display name (see comment#9).

I know it but I thought if all files are LGPL.

We already distribute util/IMdkit/*, which are also MIT.

If not, I think COPYING-MIT something needs to be provided.

This might make sense. FWIW, GNU maintainers are suggested to add README for such case, saying:
"This is not part of the GNU FOO program, but is used with GNU FOO."
https://www.gnu.org/prep/maintain/maintain.html#External-Libraries


--
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.


回复