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

I've just read the patch. Perhaps I'm missing something, but I'm wondering why this is implemented within ibus-daemon rather than a separate client, like ibus-x11, which could be implemented only using the public API and easily tested.

The attached is a revised version of 0001-wayland-Add-wayland-support.patch to make it a separate client (note that surrounding-text support is excluded, at the moment). It works with weston's clients/editor example running under the x11 backend:

1. specify the path of ibus-wayland in weston.ini, under [input-method]

2. run ibus-daemon

3. run weston, using ibus-daemon running outside the weston session
$ IBUS_ADDRESS_FILE=$HOME/.config/ibus/bus/<...>-unix-0 ./src/weston

4. inside the weston session, run ./client/editor and type something on the entry

By the way, the github repo seems to have been deleted. Does anyone know the new location?


Attachments:
        0001-wayland-Add-wayland-support.patch  36.8 KB

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


回复