Skip to content

Drag-and-drop from Nautilus does not work on Wayland #98

@ac999

Description

@ac999

Description

Dragging files from Nautilus (GNOME Files) into the KeibiDrop Rust UI window does not trigger the drop handler on Wayland.

Steps to Reproduce

  1. Launch keibidrop-rust on Ubuntu with Wayland
  2. Open Nautilus, select a file
  3. Drag the file onto the KeibiDrop window
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions