Re: [Spice-devel] [Spice-HTML5][PATCH 1/2] added sendCtrlAltDel method.

2013-03-03 Thread Uri Lublin
On 03/03/2013 09:25 AM, Amos Benari wrote: Hi Amos, Thanks a lot for your work on adding spice support in TheForeman ! http://theforeman.org/ (and thanks Ohad too) As for this patch, please see one comment inline. - Forwarded Message - From: Amos Benariaben...@redhat.com To:

Re: [Spice-devel] [Spice-HTML5][PATCH 1/2] added sendCtrlAltDel method.

2013-03-03 Thread Amos Benari
- Original Message - From: Uri Lublin u...@redhat.com To: Amos Benari aben...@redhat.com Cc: spice-devel@lists.freedesktop.org Sent: Sunday, March 3, 2013 10:42:58 AM Subject: Re: [Spice-devel] [Spice-HTML5][PATCH 1/2] added sendCtrlAltDel method. On 03/03/2013 09:25 AM, Amos

Re: [Spice-devel] REQ: latest virt-viewer binaries for windows

2013-03-03 Thread Zdenek Kaspar
On 03/02/2013 07:39 PM, Grant C. wrote: On 3/1/2013 13:02 PM, Marc-André Lureau wrote: I have seen similar rendering issue. It doesn't seem to happen when the display is scaled. It could be either a bug in spice-gtk, gtk, cairo or pixman. Someone needs to track it down. Unfortunately, very

Re: [Spice-devel] spice crashes

2013-03-03 Thread Alon Levy
Hi Klaus I am also having trouble with a windows 7 guest when I install guest-tools. I'm using some software called Altium Designer which freezes when I have guest-tools installed. I then installed just the win-qlx-debug driver and now, rather then freezing, the windows 7

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-03-03 Thread Andrew Cathrow
- Original Message - From: Yonit Halperin yhalp...@redhat.com To: spice-de...@freedesktop.org Sent: Tuesday, February 26, 2013 1:03:46 PM Subject: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming Hi, The following patch series introduces adaptive video

[Spice-devel] [PATCH spice-common] Update spice-protocol

2013-03-03 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- spice-protocol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-protocol b/spice-protocol index 720af3d..6ca1ab4 16 --- a/spice-protocol +++ b/spice-protocol @@ -1 +1 @@ -Subproject commit

[Spice-devel] [PATCH spice-gtk 1/4] channel-main: Fix dangling references to freed file-xfer-tasks on agent cancel

2013-03-03 Thread Hans de Goede
While testing the agent error handling code I was triggering the agent-file-xfer-cancel code-path in sice-gtk. This crashes due to the flushing queue still having a reference to the task in question when its gets cancelled from the agent side. This fixes this. Signed-off-by: Hans de Goede

[Spice-devel] [PATCH spice-gtk 2/4] channel-main: Send an error to the agent on file-xfer read error

2013-03-03 Thread Hans de Goede
So that the agent knows the rest of the file won't be coming. Signed-off-by: Hans de Goede hdego...@redhat.com --- gtk/channel-main.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 531b1e8..6a29ce8 100644 --- a/gtk/channel-main.c +++

[Spice-devel] [PATCH spice-gtk 3/4] Update spice-common

2013-03-03 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- spice-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-common b/spice-common index df09927..dabaa71 16 --- a/spice-common +++ b/spice-common @@ -1 +1 @@ -Subproject commit

[Spice-devel] [PATCH spice-gtk 4/4] channel-main: Handle the new VD_AGENT_FILE_XFER_STATUS_SUCCESS status msg

2013-03-03 Thread Hans de Goede
So that we can pass allong an error from the agent to report an xfer error after the last FILE_XFER_DATA message has been sent. Signed-off-by: Hans de Goede hdego...@redhat.com --- gtk/channel-main.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git

Re: [Spice-devel] REQ: latest virt-viewer binaries for windows

2013-03-03 Thread Grant C.
On3/3/2013 5:18 AM, Zdenek Kaspar wrote: Good catch! I checked libcairo-2.dll with conclusion: mingw32-cairo-1.10.2-14.fc18.noarch.rpm OK mingw32-cairo-1.12.10-1.fc18.noarch.rpm BAD HTH, Z. I attempted to do some regression testing and was able to get a mingw64 build of cairo 1.11.2 to work