Re: [Spice-devel] xspice multiple monitor

2015-04-30 Thread Uri Lublin
On 04/29/2015 04:27 PM, Jeremy White wrote: Hi, On 04/29/2015 06:33 AM, My Work wrote: Hi. I am trying to start my spice server with multiple monitor. On wich side (server or client) i have to run this two commands? spice-vdagentd -x -S /tmp/xspice-vdagent -s /tmp/xspice_-virtio -f -u

Re: [Spice-devel] [spice-gtk PATCH v1 0/3] fix build on rhel6

2015-04-30 Thread Victor Toso
Thanks, pushed. On Thu, Apr 30, 2015 at 10:59:52AM +0200, Marc-André Lureau wrote: ack series On Mon, Apr 27, 2015 at 3:12 PM, Victor Toso victort...@redhat.com wrote: The spice-pulse patch 37ba949716ebf441110330 related to volume-sync breaks the build on rhel6. This series fix it.

Re: [Spice-devel] Virtual Smartcard GPG

2015-04-30 Thread Alon Levy
On 04/29/2015 09:22 PM, r...@openmailbox.org wrote: On 2015-04-29 11:41, Alon Levy wrote: On 04/29/2015 02:20 PM, r...@openmailbox.org wrote: Hi. I am trying to get a virtual smartcard attached to a vm but I want it to use GPG instead of NSS. RedHat focuses on NSS becuase of PKCS#11

Re: [Spice-devel] [spice-gtk PATCH v1 0/3] fix build on rhel6

2015-04-30 Thread Marc-André Lureau
ack series On Mon, Apr 27, 2015 at 3:12 PM, Victor Toso victort...@redhat.com wrote: The spice-pulse patch 37ba949716ebf441110330 related to volume-sync breaks the build on rhel6. This series fix it. Build error: spice-pulse.c: In function ‘spice_pulse_dispose’: spice-pulse.c:154: warning:

Re: [Spice-devel] [vdagent-win v4] Use wide characters in drapdrop code

2015-04-30 Thread Christophe Fergeau
On Fri, Apr 24, 2015 at 05:12:52AM -0400, Frediano Ziglio wrote: This allow username to contain any extended characters (username is embedded in the directory name). I've pushed that one with s/allow/allows in the commit log, and +// assure we have a minimim of space changed to make sure

Re: [Spice-devel] [PATCH] vdagent-win: Fix compile under MingW

2015-04-30 Thread Christophe Fergeau
On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote: Including directly shlobj.h in some MingW environment lead to some missing definitions error. Including windows.h before fix the problem. This one should be fixed by

Re: [Spice-devel] [PATCH] vdagent-win: Fix compile under MingW

2015-04-30 Thread Frediano Ziglio
On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote: Including directly shlobj.h in some MingW environment lead to some missing definitions error. Including windows.h before fix the problem. This one should be fixed by

[Spice-devel] [vdagent-win] Revert Add strcat_s/strcpy_s fallbacks

2015-04-30 Thread Christophe Fergeau
They are no longer used after commit ae4a4f0 This reverts commit a4f082b0d12d24ff5821c93663e7cc99e07977e0. --- common/vdcommon.cpp | 42 -- common/vdcommon.h | 22 -- 2 files changed, 64 deletions(-) diff --git a/common/vdcommon.cpp

Re: [Spice-devel] [PATCH] vdagent-win: Fix compile under MingW

2015-04-30 Thread Christophe Fergeau
On Thu, Apr 30, 2015 at 07:45:52AM -0400, Frediano Ziglio wrote: On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote: Including directly shlobj.h in some MingW environment lead to some missing definitions error. Including windows.h before fix the problem. This one

[Spice-devel] [PATCH 10/13] jhbuildrc: use module_autogenargs

2015-04-30 Thread Victor Toso
It is better to have the default configure options inside jhbuildrc instead of xml moduleset. --- jhbuildrc| 24 modulesets/spice.xml | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/jhbuildrc b/jhbuildrc index 8b15ef6..4cfff9b 100644

[Spice-devel] [PATCH 02/13] moduleset: use packages instead of tarballs

2015-04-30 Thread Victor Toso
- pyparsing and celt051 are system packages; - spice-gtk no longer depends on celt --- modulesets/spice.xml | 22 -- 1 file changed, 22 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 772e1e6..b57689a 100644 --- a/modulesets/spice.xml +++

[Spice-devel] [PATCH 01/13] moduleset: include gnome-apps-3.18 moduleset

2015-04-30 Thread Victor Toso
By including gnome-apps-3.18 we have the following modules: - gnome-boxes - libvirt-glib - vinagre - gtk-vnc - libosinfo --- modulesets/spice.xml | 35 ++- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml

[Spice-devel] [PATCH 05/13] moduleset: virtinst is part of virt-manager

2015-04-30 Thread Victor Toso
--- modulesets/spice.xml | 8 1 file changed, 8 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 7085ec4..7346242 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -119,17 +119,9 @@ branch repo=git.fedorahosted.org module=virt-manager.git/

[Spice-devel] [PATCH 04/13] moduleset: libcacard is part of qemu now

2015-04-30 Thread Victor Toso
The source is inside qemu but it is kept as different package which spice-gtk and spice-server depends on currently. --- modulesets/spice.xml | 7 --- 1 file changed, 7 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 291dbf2..7085ec4 100644 ---

[Spice-devel] [PATCH 08/13] moduleset: include Phodav module

2015-04-30 Thread Victor Toso
This module is necessary to have webdav option enable on spice-gtk --- modulesets/spice.xml | 11 +++ 1 file changed, 11 insertions(+) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 67812f5..d0d58c7 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -86,6

[Spice-devel] [PATCH 07/13] moduleset: improve qemu configure options

2015-04-30 Thread Victor Toso
--- modulesets/spice.xml | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 630bc24..67812f5 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -43,11 +43,27 @@ checkout). The configure

[Spice-devel] [PATCH 09/13] moduleset: include libgovirt

2015-04-30 Thread Victor Toso
--- modulesets/spice.xml | 13 + 1 file changed, 13 insertions(+) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index d0d58c7..29fa7b9 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -19,6 +19,10 @@ repository type=git name=git.fedorahosted.org

[Spice-devel] [PATCH 11/13] jhbuildrc: using system icons and files not needed

2015-04-30 Thread Victor Toso
--- jhbuildrc | 9 - 1 file changed, 9 deletions(-) diff --git a/jhbuildrc b/jhbuildrc index 4cfff9b..cfffb88 100644 --- a/jhbuildrc +++ b/jhbuildrc @@ -18,15 +18,6 @@ checkoutroot = os.path.join(os.environ['HOME'], 'spice') # All module binaries will be in $HOME/spice-usr/ after the

[Spice-devel] [PATCH 06/13] moduleset: use libusb from system

2015-04-30 Thread Victor Toso
--- modulesets/spice.xml | 5 - 1 file changed, 5 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 7346242..630bc24 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -62,14 +62,9 @@ dep package=libusb/ /autotools - autotools id=libusb -

[Spice-devel] [PATCH 00/13]

2015-04-30 Thread Victor Toso
spice-jhbuild v1 So, with the idea of moving the spice moduleset to freedesktop [0] I reworked my changes to better fit upstream. I don't use spice-jhbuild as an extra jhbuild config but as my main one. That said, I'm pretty sure that this can have more improvements. With this series of patches

[Spice-devel] [PATCH 03/13] moduleset: usbredir was moved to spice repository

2015-04-30 Thread Victor Toso
--- modulesets/spice.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index b57689a..291dbf2 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -59,8 +59,8 @@ /dependencies /autotools - autotools

[Spice-devel] [PATCH 12/13] README: Fix url, include info and more

2015-04-30 Thread Victor Toso
--- README | 32 +--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/README b/README index 1d724d2..b533bda 100644 --- a/README +++ b/README @@ -8,25 +8,51 @@ cd jhbuild ./autogen.sh --prefix= make install +More about jhbuild in the official

[Spice-devel] [PATCH 13/13] moduleset: Update dependencies

2015-04-30 Thread Victor Toso
--- modulesets/spice.xml | 25 + 1 file changed, 25 insertions(+) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index 589b250..6b0180f 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -85,6 +85,9 @@ autotools id=spice-gtk branch