[Spice-devel] [spice-gtk [rfc] 0/2] Clipboard managers and Spice

Jakub Janku jjanku at redhat.com
Mon Feb 11 13:46:55 UTC 2019


Hi,

not a full review, but this is my main concern with this series:

If you enable the new --allow-clipboard-managers property, the
behaviour stays the same as it is at the moment, so you're basically
enabling a bug in the code and it's being advertised as a feature.
This seems just wrong to me.

Given that this use-case seems rather rare and that a fix of the race
(most likely) requires a change of the protocol, I'm still in favour
of accepting a patch like [0] that you sent earlier:

[0] https://lists.freedesktop.org/archives/spice-devel/2019-January/047192.html

Cheers,
Jakub

On Tue, Jan 15, 2019 at 5:11 PM Victor Toso <victortoso at redhat.com> wrote:
>
> From: Victor Toso <me at victortoso.com>
>
> Hi,
>
> Several iteractions trying to avoid some bug in X11 but in the end I
> found the iteraction with Clibpoard managers (or any other application
> that request/set clipboard data) a bit more urgent.
>
> Simple try here, to not allow another application to request clipboard
> data from guest while the user is theoretically interacting with that
> guest machine as spice client holds the keyboard-grab.
>
> As pointed out by elmarco [0], that might be something desireable. So,
> I'm introducing the possibility to enable it but have it disabled by
> default.
>
> Tested on X11 and Wayland clients.
>
> There are more than on away to achieve this idea so feedback is welcome.
>
> I expect that the spice client would implement some sort to commandline
> option like --allow-clipobard-managers to enable/disable the
> SpiceGtkSession property on the fly. For now, there is an option in
> spicy testing tool.
>
> James, would be great if you could verify if this series keep your
> environment bug free.
>
> Cheers,
>
> Victor Toso (2):
>   gtk-session: introduce clipboard-managers property
>   gtk-session: add request targets delayed
>
>  src/spice-gtk-session.c | 128 +++++++++++++++++++++++++++++++++++++---
>  tools/spicy.c           |   6 ++
>  2 files changed, 125 insertions(+), 9 deletions(-)
>
> --
> 2.20.1
>


More information about the Spice-devel mailing list