Re: [Spice-devel] OSDVT 0.2.2

2011-07-25 Thread The Ha
Hi Pahim The Open Source Desktop Virtualization Technology aims to provide a complete solution to deliver Virtual Desktops running in a standalone server over KVM to be accessed using the SPICE protocol. OSDVT 0.2.2 was released with some improvements: That is great News for many of us. I wante

[Spice-devel] OSDVT 0.2.2

2011-07-25 Thread Amador Pahim
Hello, The Open Source Desktop Virtualization Technology aims to provide a complete solution to deliver Virtual Desktops running in a standalone server over KVM to be accessed using the SPICE protocol. OSDVT 0.2.2 was released with some improvements: - Spice-server devices and parameters accordi

Re: [Spice-devel] Missing key and mouse release events

2011-07-25 Thread John A. Sullivan III
On Sat, 2011-07-23 at 11:00 +0300, Alon Levy wrote: > On Sat, Jul 23, 2011 at 03:47:30AM -0400, John A. Sullivan III wrote: > > Hello, all. This is happening enough now that I don't think it is my > > imagination. It seems that SPICE sometimes either does not detect that > > I have released a ke

Re: [Spice-devel] Missing key and mouse release events

2011-07-25 Thread John A. Sullivan III
On Mon, 2011-07-25 at 13:21 +0200, Christophe Fergeau wrote: > On Sat, Jul 23, 2011 at 01:34:02PM +0200, Frédéric Grelot wrote: > > I didn't fill a bug at that time, but you'll find every details here : > > (The last message has an attachment with the corresponding wireswhark dump) > > > > http:/

Re: [Spice-devel] Missing key and mouse release events

2011-07-25 Thread Yaniv Kaul
On 07/23/2011 02:34 PM, Frédéric Grelot wrote: I didn't fill a bug at that time, but you'll find every details here : (The last message has an attachment with the corresponding wireswhark dump) http://comments.gmane.org/gmane.comp.emulators.spice.devel/2948 The capture cannot be parsed by the

Re: [Spice-devel] Missing key and mouse release events

2011-07-25 Thread Christophe Fergeau
On Sat, Jul 23, 2011 at 01:34:02PM +0200, Frédéric Grelot wrote: > I didn't fill a bug at that time, but you'll find every details here : > (The last message has an attachment with the corresponding wireswhark dump) > > http://comments.gmane.org/gmane.comp.emulators.spice.devel/2948 This looks li

[Spice-devel] [PATCH spice] server: Don't call vdagent chardev state callback on client (dis)connect

2011-07-25 Thread Hans de Goede
See this long mail for the rationale for this: http://lists.freedesktop.org/archives/spice-devel/2011-July/004837.html --- server/reds.c | 65 +--- 1 files changed, 20 insertions(+), 45 deletions(-) diff --git a/server/reds.c b/server/reds.c i

Re: [Spice-devel] [PATCH 2/2] Fix typo: treshold -> threshold

2011-07-25 Thread Liang Guo
On Mon, Jul 25, 2011 at 4:26 PM, Christophe Fergeau wrote: > Hi, > > Both patches look good to me, thanks! I assume you don't have push > permissions to freedesktop spice repositories, do you? > > Thanks, > > Christophe > I can only checkout from spice git repository, so if it is ok, please merge

Re: [Spice-devel] [PATCH 2/2] Fix typo: treshold -> threshold

2011-07-25 Thread Christophe Fergeau
Hi, Both patches look good to me, thanks! I assume you don't have push permissions to freedesktop spice repositories, do you? Thanks, Christophe On Mon, Jul 25, 2011 at 01:52:23AM +0800, Liang Guo wrote: > --- > client/x11/record.cpp |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-

Re: [Spice-devel] [PATCH vdagent-win 6/6] vdagent: add casting

2011-07-25 Thread Christophe Fergeau
Hi Arnon, On Sun, Jul 24, 2011 at 01:48:18PM +0300, Arnon Gilboa wrote: > --- > vdagent/desktop_layout.cpp |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/vdagent/desktop_layout.cpp b/vdagent/desktop_layout.cpp > index 9bd1852..0eada52 100644 > --- a/vdagent/deskto

Re: [Spice-devel] [PATCH] remove two 'set but not used' warnings in src/qxl_surface.c

2011-07-25 Thread Christophe Fergeau
On Sun, Jul 24, 2011 at 08:05:46AM +0300, Yaniv Kaul wrote: > Fixes the compilation warnings: I'd even go with this patch to group all this debugging in the same spot: diff --git a/src/qxl_surface.c b/src/qxl_surface.c index 047b35a..3292507 100644 --- a/src/qxl_surface.c +++ b/src/qxl_surface.c

Re: [Spice-devel] Announcing spice 0.9.0

2011-07-25 Thread Christophe Fergeau
On Sat, Jul 23, 2011 at 11:41:42PM +0300, Alon Levy wrote: > It is better to have turbo-jpeg on both ends, but it's independent - decoding > is probably faster with it too, but this change is just to the encoder. I > think > spicy already uses turbo-jpeg, not sure about spicec. spicec doesn't kno

Re: [Spice-devel] Announcing spice 0.9.0

2011-07-25 Thread Christophe Fergeau
On Sun, Jul 24, 2011 at 02:33:35AM +0300, Alon Levy wrote: > AFAIK libjpeg and libjpeg-turbo are interchangable at the api level, Yes, that's true except for apps using libjpeg8-specific APIs. libjpeg-turbo was built upon libjpeg6 and it seems it's hard for them to implement some of the new featur