l4l / yofi

yofi is a minimalistic menu for wayland

Home Page:https://crates.io/crates/yofi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thread 'main' panicked at '[calloop] Encountered an orphan event: wl_keyboard@19

twitchyliquid64 opened this issue · comments

commented

Repro:

  1. Clone at head (rn thats 17edf90)
  2. LD_LIBRARY_PATH="$(nix eval --raw nixpkgs.wayland)/lib" cargo run

Crash:

thread 'main' panicked at '[calloop] Encountered an orphan event: wl_keyboard@19 : keymap', /home/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.15.3/src/event_loop.rs:49:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[wayland-client error] A handler for wl_keyboard panicked.
Aborted (core dumped)

(The ld-preload nonsense is because im testing on nixOS - this lets the program find the wayland libraries on my system).

commented

This one seems related: Smithay/wayland-rs#372

Should be fixed by #138