forked from phuang/ibus
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
packages versions
Which distribution and version?:
Arch linux
Which desktop environment and version?:
Sway
Which session type?:
Wayland
Which application and version?:
All apps
IBus version?:
IBus 1.5.21
Issue description
This follows issue #1633
ibus in sway will only work for xwayland applications.
When trying to execute ibus-wayland, I get
$ /usr/lib/ibus/ibus-wayland
No input_method globalAccording to this answer, it's because ibus implemented the wayland protocol input-method-unstable-v1 in 5136dbc .
Sway's wlroots will not support unstable-v1, but is currently in the process of supporting v2 in swaywm/sway#4740
Is it possible to support wayland input-method-unstable-v2 in ibus-wayland as well ?
Reactions are currently unavailable