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
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
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
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
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
> - 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