Re: [Spice-devel] [PATCH spice-protocol] Release 0.12.4

2013-01-31 Thread Hans de Goede
Hi, Doing a new spice-proto release is a good idea, ack. Regards, Hans On 01/30/2013 02:58 PM, Marc-André Lureau wrote: --- NEWS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 8e4f68d..df5d31c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Major changes in

Re: [Spice-devel] [PATCH vd_agent V4 4/4] file-xfer: Add file-xfer support for linux agent

2013-01-31 Thread Hans de Goede
Hi, On 01/30/2013 03:30 PM, Marc-André Lureau wrote: Hi, It looks pretty ready to me, just a few things: On Wed, Jan 30, 2013 at 12:51 PM, Dunrong Huang riegama...@gmail.com wrote: The patch makes linux agent support file-xfer feature. Signed-off-by: Dunrong Huang riegama...@gmail.com

[Spice-devel] [PATCH vdagent-win] vdservice stops vdagent via event

2013-01-31 Thread Arnon Gilboa
Terminate agent politely instead of ugly TerminateProcess(), so now VD_AGENT_CLIPBOARD_RELEASE is sent (if guest owned the clipboard), followed by cleanup. rhbz #903379 --- common/vdcommon.h |1 + vdagent/vdagent.cpp | 16 +++- vdservice/vdservice.cpp |5 - 3

Re: [Spice-devel] [PATCH vdagent-win] vdservice stops vdagent via event

2013-01-31 Thread Hans de Goede
Looks good, ACK. On 01/31/2013 10:37 AM, Arnon Gilboa wrote: Terminate agent politely instead of ugly TerminateProcess(), so now VD_AGENT_CLIPBOARD_RELEASE is sent (if guest owned the clipboard), followed by cleanup. rhbz #903379 --- common/vdcommon.h |1 + vdagent/vdagent.cpp

Re: [Spice-devel] spice crashes

2013-01-31 Thread Trebor Forban
Hello, I don't know the English wording, but in the German version of win7 if you set: Systemsteuerung\Alle Systemsteuerungselemente\Anzeige\Bildschirmauflösung\Erweiterte Einstellungen\Problembehandlung to the fourth position I I I I I I ^ things work better. Best regards, TF

Re: [Spice-devel] FOSDEM?

2013-01-31 Thread Christophe Fergeau
Hi everyone, On Fri, Jan 25, 2013 at 03:15:06PM +0100, Christophe Fergeau wrote: On Tue, Jan 22, 2013 at 10:47:05AM +0100, Hans de Goede wrote: On 01/21/2013 09:04 PM, Jeremy White wrote: Are there going to be any SPICE devs at FOSDEM? Anyone interested in trying to connect for a bit? Is

Re: [Spice-devel] FOSDEM?

2013-01-31 Thread Alon Levy
Hi everyone, On Fri, Jan 25, 2013 at 03:15:06PM +0100, Christophe Fergeau wrote: On Tue, Jan 22, 2013 at 10:47:05AM +0100, Hans de Goede wrote: On 01/21/2013 09:04 PM, Jeremy White wrote: Are there going to be any SPICE devs at FOSDEM? Anyone interested in trying to connect for

Re: [Spice-devel] FOSDEM?

2013-01-31 Thread Christophe Fergeau
On Thu, Jan 31, 2013 at 08:01:30AM -0500, Alon Levy wrote: Hi everyone, On Fri, Jan 25, 2013 at 03:15:06PM +0100, Christophe Fergeau wrote: On Tue, Jan 22, 2013 at 10:47:05AM +0100, Hans de Goede wrote: On 01/21/2013 09:04 PM, Jeremy White wrote: Are there going to be any SPICE

[Spice-devel] [spice-common PATCH] canvas_base: fix not caching palettes that belong to images that are not rendered

2013-01-31 Thread Yonit Halperin
Fixes: fedora 875348, 826036 When an image is not rendered, we still need to check if it contains a palette that needs to be cached. This bug caused the client to crash due to not finding palettes in the cache. --- common/canvas_base.c | 19 ++- 1 file changed, 18 insertions(+),

Re: [Spice-devel] [PATCH vd_agent V4 4/4] file-xfer: Add file-xfer support for linux agent

2013-01-31 Thread Dunrong Huang
Hi, On Thu, Jan 31, 2013 at 5:13 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 01/30/2013 03:30 PM, Marc-André Lureau wrote: Hi, It looks pretty ready to me, just a few things: On Wed, Jan 30, 2013 at 12:51 PM, Dunrong Huang riegama...@gmail.com wrote: The patch makes linux