nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

1 file gets lost (?) when dragging & dropping to Telegram client. #45

Closed FlyingButteryTuna closed 4 months ago

FlyingButteryTuna commented 4 months ago

I don't know if it's always been there or if it happens with other apps as well, but when I drag & drop files to Telegram (on wayland, haven't tested on xorg) one file is lost in the process, e.g. if there are 101 files in ripdrag, only 100 will get dropped to Telegram. And when I drop 1 file from ripdrag, Telegram doesn't register the drag&drop event at all. Other clients that I've tested seem to work just fine. dragon also works as one would expect with Telegram, thought.

nik012003 commented 4 months ago

Thank you for the report! Unfortunately I wasn't able to reproduce it, but I think the new version I just published on crates should fix your issue. Can you test it out? If that doesn't fix your issue, can you share more information about your sysstem so I can diagnose this issue on my machine? (distro, desktop environment/window manager)

FlyingButteryTuna commented 4 months ago

Thank you for the report! Unfortunately I wasn't able to reproduce it, but I think the new version I just published on crates should fix your issue. Can you test it out? If that doesn't fix your issue, can you share more information about your sysstem so I can diagnose this issue on my machine? (distro, desktop environment/window manager)

Yep, the latest commit fixed it on my end, thank you!