[Spice-devel] [spice-gtk v2 5/7] channel-main: clipboard release: don't fail silently

Victor Toso victortoso at redhat.com
Fri Dec 14 14:50:27 UTC 2018


Hi,

On Thu, Dec 13, 2018 at 04:06:11PM +0200, Uri Lublin wrote:
> On 12/10/18 1:02 PM, Victor Toso wrote:
> > From: Victor Toso <me at victortoso.com>
> > 
> > Spice client should listen to SpiceMainChannel::agent-connected
> > notification and avoid calling any clipboard related functions such as
> > spice_gtk_session_paste_from_guest() from client-gtk library.
> > 
> > This patch removes the silent return of
> > spice_main_channel_clipboard_selection_release() in order to catch
> > bugs with the proper check in agent_clipboard_release().
> 
> I did not test, but possibly it too generates a lot
> of error messages, as Frediano mentioned on a different
> patch (6/7).
> 
> Uri.

Indeed. I plan to resend later on.

Thanks for the reviews!

> > Signed-off-by: Victor Toso <victortoso at redhat.com>
> > ---
> >   src/channel-main.c | 5 -----
> >   1 file changed, 5 deletions(-)
> > 
> > diff --git a/src/channel-main.c b/src/channel-main.c
> > index 5bcd149..223043a 100644
> > --- a/src/channel-main.c
> > +++ b/src/channel-main.c
> > @@ -2825,11 +2825,6 @@ void spice_main_channel_clipboard_selection_release(SpiceMainChannel *channel, g
> >       g_return_if_fail(channel != NULL);
> >       g_return_if_fail(SPICE_IS_MAIN_CHANNEL(channel));
> > -    SpiceMainChannelPrivate *c = channel->priv;
> > -
> > -    if (!c->agent_connected)
> > -        return;
> > -
> >       if (agent_clipboard_release(channel, selection)) {
> >           spice_channel_wakeup(SPICE_CHANNEL(channel), FALSE);
> >       }
> > 
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20181214/c71dde62/attachment.sig>


More information about the Spice-devel mailing list