Re: [Spice-devel] unexpected protocol interaction when playing vedio.

2014-11-03 Thread Christophe Fergeau
On Mon, Nov 03, 2014 at 05:53:03PM +0100, Christophe Fergeau wrote: > Hey, > On Mon, Nov 03, 2014 at 10:11:20AM +0800, jiangdahui wrote: > > yes,I have set the streaming mode to be "all",but still can not see > > STREAM_DATA, > > I will keep investigating for this,could you send the configuration

Re: [Spice-devel] unexpected protocol interaction when playing vedio.

2014-11-03 Thread Christophe Fergeau
Hey, On Mon, Nov 03, 2014 at 10:11:20AM +0800, jiangdahui wrote: > yes,I have set the streaming mode to be "all",but still can not see > STREAM_DATA, > I will keep investigating for this,could you send the configuration of your > VM to me, See attached file, and let me know if this helps :) How

Re: [Spice-devel] [PATCH xf86-qxl] Xspice: fail if server can't be initialized

2014-11-03 Thread Jeremy White
On 11/02/2014 06:15 PM, Marc-André Lureau wrote: Failure to bind to port should be an error, not a warning. Seems reasonable, ack. Cheers, Jeremy https://bugs.freedesktop.org/show_bug.cgi?id=65185 --- src/qxl_driver.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[Spice-devel] [PATCH spice-gtk 1/2] gtk-session: add pointer-grabbed property

2014-11-03 Thread Marc-André Lureau
Returns TRUE if the pointer is currently grabbed by this session. --- gtk/spice-gtk-session-priv.h | 2 ++ gtk/spice-gtk-session.c | 38 ++ 2 files changed, 40 insertions(+) diff --git a/gtk/spice-gtk-session-priv.h b/gtk/spice-gtk-session-priv.h index 48

[Spice-devel] [PATCH spice-gtk 2/2] Draw server-side pointer when the session as the grab

2014-11-03 Thread Marc-André Lureau
Even when the pointer is grabbed by a widget, it may be drawn on another. We need to track the grab status on the session. This solves the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=38024 --- gtk/spice-widget-cairo.c | 4 +++- gtk/spice-widget.c | 8 +--- 2 files change

Re: [Spice-devel] [PATCH spice-protocol] vdagent: add keyboard description message

2014-11-03 Thread Pavel Grunt
> - Original Message - > > The message will be used for transferring the keyboard layout > > from the client to the guest. When the agent receives this message, > > it tries to set the specified keyboard layout. > > > > https://bugs.freedesktop.org/show_bug.cgi?id=85332 > > --- > > VDAgen