On Tue, Nov 08, 2022 at 05:23:24PM +0100, Claudio Fontana wrote: > The GTK Clipboard implementation may cause guest hangs. > > Therefore implement a new configure switch --enable-gtk-clipboard, > disabled by default, as a meson option.
Hmm, I was thinking about a runtime option, add 'clipboard' bool to DisplayGTK in qapi/ui.json) and just skip the call to gd_clipboard_init() unless the option is explicitly enabled ... I don't feel like vetoing a compile time option though, so in case you prefer to stick with this: Acked-by: Gerd Hoffmann <kra...@redhat.com> take care, Gerd