Re: [Spice-devel] spice-gtk 0.14 can't be built outside the source tree

2013-01-16 Thread Marc-André Lureau
Hey Andrew, If I understand the bug correctly, the fix you propose is rather: https://446586.bugs.gentoo.org/attachment.cgi?id=334564 (Btw, we do run make distcheck successfully before every release, and that doesn't require vala since the generated files are shipped) On Fri, Jan 4, 2013 at 5:

Re: [Spice-devel] [PATCH spice-html5]Handling non top-down lz_rgb

2013-01-16 Thread Jeremy White
Hi Vincent, On 01/16/2013 10:54 AM, Vincent Desprez wrote: > Hi, > In order to make spice-html5 working with windows guest and qxl driver, > I made a patch to handle non top-down lz_rgb. I don’t know if it is > possible to make it more efficient but tests showed the result is > responsive enough.

Re: [Spice-devel] [PATCH spice-gtk 1/2] channel-display: Make monitors array contain monitors in id order

2013-01-16 Thread Hans de Goede
Hi, On 01/16/2013 03:47 PM, Marc-André Lureau wrote: On Wed, Jan 16, 2013 at 3:35 PM, Hans de Goede wrote: Please, please stop being so damn stubborn, and listen to what other people have to say once in a while. You are not reading my arguments and the code. Please take time to read and unde

[Spice-devel] [PATCH spice-html5]Handling non top-down lz_rgb

2013-01-16 Thread Vincent Desprez
Hi, In order to make spice-html5 working with windows guest and qxl driver, I made a patch to handle non top-down lz_rgb. I don’t know if it is possible to make it more efficient but tests showed the result is responsive enough. However I still have glitches in my screen (that I didn’t have without

Re: [Spice-devel] spice multi-clients issue

2013-01-16 Thread Alon Levy
> Hi,All, > Currently I'm trying the multi-client feature of spice, the server > side is spice-server-0.10 and qemu-kvm-1.1, if I use only from Linux > machine the spicec-0.10 or spice-gtk-0.10 as clients, the > multi-clients > works fine, > but if I use the old version(e.g. spicec-0.6) spicec-wi

Re: [Spice-devel] [Users] No working copy and past and usb redirect

2013-01-16 Thread Jean Lÿffffe9olein BEBEY
Hi Itamar, I don't see this package spice-devel in the repository in fedora 17. Jean De : Itamar Heim À : Jean Lÿe9olein BEBEY Cc : "us...@ovirt.org" ; "spice-devel@lists.freedesktop.org" Envoyé le : Mercredi 9 janvier 2013 23h05 Objet : Re: [Users

Re: [Spice-devel] Fedora 17 Guests for Desktop Virtualization

2013-01-16 Thread Kevin Daly
Hi Nahum, This may be a bit of a strange problem, I've done some experimenting and I've found out that this only happens when the Desktop environment that the Spice Client is running on is KDE and the bottom panel on that desktop is set to autohide. So it's not really a problem with the Spice clie

[Spice-devel] spice-gtk 0.14 can't be built outside the source tree

2013-01-16 Thread Andrew Hughes
See https://bugs.gentoo.org/show_bug.cgi?id=446586 The paths to the vala source files in gtk/controller/Makefile.am don't specify the source directory. This is fine when the build and source directories are the same, but fails when they are different. It works in the .c case as the source list

[Spice-devel] spice multi-clients issue

2013-01-16 Thread Rozen Lin
Hi,All, Currently I'm trying the multi-client feature of spice, the server side is spice-server-0.10 and qemu-kvm-1.1, if I use only from Linux machine the spicec-0.10 or spice-gtk-0.10 as clients, the multi-clients works fine, but if I use the old version(e.g. spicec-0.6) spicec-win32 or newest

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-16 Thread agilboa
On 01/16/2013 03:41 PM, Han Pilmeyer wrote: On 10/01/2013 15:53, Erik Lotspeich wrote: Hi, Just as a datapoint, I've seen a similar crash in guest-tools-0.2 on my Windows 8 VM. I switched back to IDE from VIO disk and the crashing stopped. Regards Erik On 01/10/2013 04:44 AM, Han Pilmeyer w

Re: [Spice-devel] [PATCH spice-gtk 1/2] channel-display: Make monitors array contain monitors in id order

2013-01-16 Thread Marc-André Lureau
On Wed, Jan 16, 2013 at 3:35 PM, Hans de Goede wrote: > Please, please stop being so damn stubborn, and listen to what other > people have to say once in a while. You are not reading my arguments and the code. Please take time to read and understand too. > " > spice-widget.c: update_monitor_area

Re: [Spice-devel] [PATCH spice-gtk 1/2] channel-display: Make monitors array contain monitors in id order

2013-01-16 Thread Hans de Goede
Hi, On 01/16/2013 03:07 PM, Marc-André Lureau wrote: - Mensaje original - Both the spice-widget code, as well as remote-viewer expect that monitors[i]->id == i, but if ie only the qxl-0 and qxl-2 outputs are enabled this is not true. I've chosen to fix this by making this assumption

Re: [Spice-devel] [PATCH spice-gtk 1/2] channel-display: Make monitors array contain monitors in id order

2013-01-16 Thread Marc-André Lureau
- Mensaje original - > Both the spice-widget code, as well as remote-viewer expect that > monitors[i]->id == i, but if ie only the qxl-0 and qxl-2 outputs are > enabled this is not true. > > I've chosen to fix this by making this assumption true. This does > mean Your explanation is mis

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-16 Thread Han Pilmeyer
On 10/01/2013 15:53, Erik Lotspeich wrote: Hi, Just as a datapoint, I've seen a similar crash in guest-tools-0.2 on my Windows 8 VM. I switched back to IDE from VIO disk and the crashing stopped. Regards Erik On 01/10/2013 04:44 AM, Han Pilmeyer wrote: It appears that I spoke too soon, i.e

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

2013-01-16 Thread Marc-André Lureau
Hi On Wed, Dec 5, 2012 at 5:27 AM, Dunrong Huang wrote: > The patch makes linux agent support file-xfer feature. > > Signed-off-by: Dunrong Huang > --- > src/vdagent.c | 171 > + > src/vdagentd.c | 43 +++ > 2 files changed,

Re: [Spice-devel] [PATCH spice-gtk 1/2] channel-display: Make monitors array contain monitors in id order

2013-01-16 Thread Hans de Goede
Hi, On 01/11/2013 10:51 PM, Hans de Goede wrote: Hi, On 01/11/2013 08:55 PM, Marc-André Lureau wrote: Hi On Thu, Jan 10, 2013 at 11:52 PM, Hans de Goede wrote: Both the spice-widget code, as well as remote-viewer expect that monitors[i]->id == i, but if ie only the qxl-0 and qxl-2 outputs a