Closed naokiri closed 2 years ago
The surrounding-text API seems not fully implemented?
As far as I checked fcitx5-skk, it accepts the DBus notificaiton used in IBus but doesn't seem to catch the wayland's surrounding_text call. Also the fcitx5's wayland-im seems no such code for surrounding_text. I don't know if any applicaiton already supports surrounding_text on wayland and couldn't check whether it's true or not.
Need more investigation on how fcitx5 handles clipboard copy/paste, but want to be able to paste on register mode.
Is it pass-through to wayland that we get some file descriptor on paste? Or have to call or register callback on fcitx5?