I’ve been testing different ways to use drag-and-drop on Linux with KDE Wayland based on the fix of this issue. I have to say that sometimes it works, and other times it doesn’t. And I think this may be a bug in Tauri.
For example, in the video, you can see that sometimes it detects the paths in the payload, while other times it leaves it empty. There are times when it detects it immediately and works 100%. I wanted to know if this could be an issue with my implementation (I tried several approaches, and the behavior is always the same—sometimes it works, and other times it doesn’t).
The idea is for the user to drag an image, and it displays on the screen. But as I mentioned, sometimes it works, and sometimes it doesn’t, so I'm not sure if it’s an issue with my application or if there might still be a bug. I have to say that this implementation works perfectly fine on Windows