Description
Dragging files from Nautilus (GNOME Files) into the KeibiDrop Rust UI window does not trigger the drop handler on Wayland.
Steps to Reproduce
- Launch keibidrop-rust on Ubuntu with Wayland
- Open Nautilus, select a file
- Drag the file onto the KeibiDrop window
- Nothing happens — file is not added
Expected Behavior
File should be added to the shared file list (same as using the + button).
Environment
- Ubuntu, Wayland compositor
- Slint 1.14.1 with
backend-winit
Notes
The winit DroppedFile event handler exists in rust/src/main.rs (line ~810) and works on X11 and macOS. This is likely a Slint/winit Wayland limitation.
Description
Dragging files from Nautilus (GNOME Files) into the KeibiDrop Rust UI window does not trigger the drop handler on Wayland.
Steps to Reproduce
Expected Behavior
File should be added to the shared file list (same as using the + button).
Environment
backend-winitNotes
The winit
DroppedFileevent handler exists inrust/src/main.rs(line ~810) and works on X11 and macOS. This is likely a Slint/winit Wayland limitation.