Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-21 Thread Jim Fehlig
On 11/21/22 04:24, Claudio Fontana wrote: On 11/18/22 23:26, Jim Fehlig wrote: I should make myself useful around here on occasion when items are within my skill set. But I already struggle to find time for that in the libvirt community :-). Thanks for taking a look, On 11/8/22 09:23,

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-21 Thread Claudio Fontana
On 11/18/22 23:26, Jim Fehlig wrote: > I should make myself useful around here on occasion when items are within my > skill set. But I already struggle to find time for that in the libvirt > community > :-). Thanks for taking a look, > > On 11/8/22 09:23, Claudio Fontana wrote: >> The GTK

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-19 Thread Peter Maydell
On Fri, 18 Nov 2022 at 22:26, Jim Fehlig wrote: > > I should make myself useful around here on occasion when items are within my > skill set. But I already struggle to find time for that in the libvirt > community > :-). > > On 11/8/22 09:23, Claudio Fontana wrote: > > The GTK Clipboard

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-18 Thread Jim Fehlig
I should make myself useful around here on occasion when items are within my skill set. But I already struggle to find time for that in the libvirt community :-). On 11/8/22 09:23, Claudio Fontana wrote: The GTK Clipboard implementation may cause guest hangs. Therefore implement a new

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-09 Thread Ani Sinha
On Wed, Nov 9, 2022 at 9:52 PM Peter Maydell wrote: > > On Wed, 9 Nov 2022 at 16:21, Ani Sinha wrote: > > > > On Wed, Nov 9, 2022 at 6:09 PM Claudio Fontana wrote: > > > > > > On 11/9/22 09:04, Gerd Hoffmann wrote: > > > > > > > > > Thanks Gerd, > > > > > > I think at least for our packaging

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-09 Thread Peter Maydell
On Wed, 9 Nov 2022 at 16:21, Ani Sinha wrote: > > On Wed, Nov 9, 2022 at 6:09 PM Claudio Fontana wrote: > > > > On 11/9/22 09:04, Gerd Hoffmann wrote: > > > > > > Thanks Gerd, > > > > I think at least for our packaging purposes we'd rather have it as a > > configure time option, > > so as to

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-09 Thread Ani Sinha
On Wed, Nov 9, 2022 at 6:09 PM Claudio Fontana wrote: > > On 11/9/22 09:04, Gerd Hoffmann wrote: > > > Thanks Gerd, > > I think at least for our packaging purposes we'd rather have it as a > configure time option, > so as to not put functionality in the hands of our users that can potentially >

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-09 Thread Claudio Fontana
On 11/9/22 09:04, Gerd Hoffmann wrote: > 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

Re: [PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-09 Thread Gerd Hoffmann
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'

[PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'

2022-11-08 Thread Claudio Fontana
The GTK Clipboard implementation may cause guest hangs. Therefore implement a new configure switch --enable-gtk-clipboard, disabled by default, as a meson option. Regenerate the meson build options to include it. The initialization of the clipboard is gtk.c, as well as the compilation of