From 26ed606bd2abb25dfd431aedce7b66a43f683592 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 9 Jul 2020 16:11:48 +0200 Subject: [PATCH] Add a note about Wine -> X11 DnD not working --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ed95b730..dc9940fd 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,10 @@ Aside from that, these are some known caveats: updated once the plugin has finished loading since there's no way to tell that they have been updated by the plugin. Right now simply deactivating and reactivating the plugin will cause these labels to be updated. +- Drag-and-drop from plugins to the host does not work. This is sadly not yet + implemented in Wine, although in theory it would be possible to create a small + utility that supports both Wine <-> Wine and X11 <-> X11 drag-and-drop to act + as a bridge. There are also some VST2.X extension features that have not been implemented yet because I haven't needed them myself. Let me know if you need any of these