[Spice-devel] windows-cmdline-wrapper.exe

2013-09-25 Thread Dietmar Maurer
Seems the msi files for virt-viewer contains the file: windows-cmdline-wrapper.exe I guess that should be renamed to remote-viewer.com? ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-d

Re: [Spice-devel] two monitors with linux and libvirtd

2013-09-25 Thread David Mansfield
Hi Christophe, On 09/25/2013 10:11 AM, Christophe Fergeau wrote: Hey, On Tue, Sep 24, 2013 at 05:43:38PM -0400, David Mansfield wrote: With F19 fully updated host and guest, with or without virt-preview, is this supposed to work when configuring launching from virt-manager / libvirtd? You a

Re: [Spice-devel] two monitors with linux and libvirtd

2013-09-25 Thread Christophe Fergeau
Hey, On Tue, Sep 24, 2013 at 05:43:38PM -0400, David Mansfield wrote: > With F19 fully updated host and guest, with or without virt-preview, > is this supposed to work when configuring launching from > virt-manager / libvirtd? You are not very specific about the issues you are having. Are you fai

Re: [Spice-devel] gtk_widget_get_window may return NULL

2013-09-25 Thread Dietmar Maurer
> > remote-viewer prints: > > > > JPEG parameter struct mismatch: library thinks size is 464, caller > > expects > > 432 > > > > Any ideas? > > That looks like a compilation issue to me. libjpeg and jpeg-turbo might have > slightly different ABI. I don't think you can just drop and replace the dll

Re: [Spice-devel] gtk_widget_get_window may return NULL

2013-09-25 Thread Marc-André Lureau
Hi - Original Message - > > I try to cross compile virt-viewer to win32 using Debian Jessie. So far it > > works, > > Ok, using gtk2 seems to be more stable. Ok. Our of curiosity, what did you find unstable with gtk3? > > I get another strange error if I use libjpeg-turbo-1.2.90 instea

Re: [Spice-devel] gtk_widget_get_window may return NULL

2013-09-25 Thread Dietmar Maurer
> I try to cross compile virt-viewer to win32 using Debian Jessie. So far it > works, Ok, using gtk2 seems to be more stable. I get another strange error if I use libjpeg-turbo-1.2.90 instead of libjpeg8_8d: remote-viewer prints: JPEG parameter struct mismatch: library thinks size is 464, cal

Re: [Spice-devel] [spice-common 3/3] ssl: Don't try hostname check if cert subject check fails

2013-09-25 Thread Christophe Fergeau
On Tue, Sep 24, 2013 at 08:47:37PM +0300, Uri Lublin wrote: > It seems better to me that spice-common would check whatever it is > asked, via v->verifyop, > and not return after the first successful test. > > If hostname is known to be wrong, it should not be checked (its flag > should be off). T