Comment #28 on issue 1617 by takao.fujiwara1: Add support for Wayland input method protocol
http://code.google.com/p/ibus/issues/detail?id=1617

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:

I got it. Maybe the weston-terminal issue is a bug if alternate terminal applications are not provided in a desktop.

I confirmed input_method_activate() works fine.
I don't understand how to call handle_preferred_language().

I created weston.ini(5) :
[input-method]
path=/usr/libexec/ibus-wayland

[keyboard]
keymap_rules=evdev
keymap_model=pc105
keymap_layout=us,jp
keymap_variant=,
keymap_options=compose:lwin

But it seems weston does not reflect weston.ini in my test but just loads the session XKB. Probably I think we need to load XKB settings dynamically without restarting desktops in gnome-shell.

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

Thanks. I forgot it completely. I uderstood MIT is compatible with LGPL and the current status is OK. My concern was Fedora spec file but now resolved.


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


回复