Re: [Spice-devel] Multiple Clients with single spice VM (windows xp or 7)

2012-07-28 Thread Alon Levy
On Fri, Jul 27, 2012 at 08:14:00PM +0530, Avdhoot Dendge - BetterLabs wrote: > How i can use Multiple Clients with single spice vm with windows. > > http://spice-space.org/page/Features/MultipleClients I read this but not > able to understand. It doesn't work properly. It will crash the server e

[Spice-devel] [PATCH spice-gtk 3/3] Remove "usbredirhost error: " prefix from usbredirhost error messages

2012-07-28 Thread Hans de Goede
libusbredirhost prefixes all its messages with "usbredirhhost ...: ", which is useful when logging to stderr, but not so much when showing the error to the user in an error dialog, so remove the "usbredirhost error: " prefix when we store the message in a GError. Signed-off-by: Hans de Goede ---

[Spice-devel] [PATCH spice-gtk 1/3] spice-widget: release mouse grab on keyboard-grab-inhibit

2012-07-28 Thread Hans de Goede
The purpose of the keyboard-grab-inihbit mechanism is to allow other apps to grab the input while the spice-widget has the focus, mainly when we're going to invoke policykit for usb-redirection, as that the policy-kit agent may want to grab the input. Before this patch we were only inhibitting the

[Spice-devel] [PATCH spice-gtk 2/3] channel-display: Set monitors_max to 1 on init

2012-07-28 Thread Hans de Goede
This fixes remote-viewer with the new multi monitor support not working when connecting to a spice-server without the new multi-monitor support. Before this fix remote-viewer would hit the following g_return_if_fail: (remote-viewer:24787): remote-viewer-CRITICAL **: virt_viewer_session_spice_disp