For more than one year, drag'n'drop from the host system into the VM was broken on Linux/X11 due to a regression introduced via facfd90. primitiveDropRequestFileName would always answer home/Christoph/myfile.txt rather than /home/Christoph/myfile.txt, causing the file to be ignored on the image-side in Squeak. Now I finally found the cause of the bug, it was a simple off-by-one error.

Tested on Linux/Ubuntu with XDG/Nautilus under WSL/VcXsrv. The bug was also reported to occur on native Linux distributions, though.

Notes:

Mentioning @eliotmiranda as the author of facfd90 and @marceltaeumel FYIO. :-)


You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/616

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <OpenSmalltalk/opensmalltalk-vm/pull/616@github.com>