client-toolkit icon indicating copy to clipboard operation
client-toolkit copied to clipboard

Implement experimental input method protocol

Open dcz-self opened this issue 7 months ago • 3 comments

With popup additions: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/407

Missing/untested: repositioning.

dcz-self avatar May 23 '25 09:05 dcz-self

To test:

  • anvil from https://github.com/Smithay/smithay/pull/1745
  • stiwri from "popup" branch https://codeberg.org/dcz/stiwri/src/branch/popup
# in anvil
cargo run --release -- --winit &
WAYLAND_DISPLAY=wayland-1 yad &
# in stiwri
WAYLAND_DISPLAY=wayland-1 cargo run --release --bin im_popup

dcz-self avatar May 23 '25 09:05 dcz-self

Repositioning has been tested now:

WAYLAND_DISPLAY=wayland-1 cargo run --release --bin im_popup_reposition

Screencast_20250524_202116.webm

dcz-self avatar May 25 '25 09:05 dcz-self

Bump. Anyone interested?

dcz-self avatar Jun 19 '25 06:06 dcz-self

Hi, sorry for the delayed response. Are you planning on depending on https://github.com/Smithay/wayland-rs for the protocol, instead of your repository? I think it otherwise looks good.

wash2 avatar Jul 28 '25 14:07 wash2

Thank you for reminding me, I lost the notification for a couple days. I updated the dependency now.

dcz-self avatar Aug 01 '25 12:08 dcz-self