[Spice-devel] [ANNOUNCE] spice-gtk 0.30 released

2015-09-25 Thread Jonathon Jongsma
Hello everybody, I just released a new version of spice-gtk. Major changes described below. Note the new external spice-protocol requirement. v0.30 = - spice-protocol is no longer bundled with spice-gtk. Requires spice-protocol >= 0.12.10 - Handle single headed monitors that have a non-zero

Re: [Spice-devel] [spice-jhbuild PATCH v1] moduleset: libcacard as spice project

2015-09-25 Thread Christophe Fergeau
On Fri, Sep 25, 2015 at 04:27:06PM +0200, Victor Toso wrote: > --- > modulesets/spice.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/modulesets/spice.xml b/modulesets/spice.xml > index b365219..87790f1 100644 > --- a/modulesets/spice.xml > +++ b/modulesets/spice.

[Spice-devel] [spice-jhbuild PATCH v1] moduleset: libcacard as spice project

2015-09-25 Thread Victor Toso
--- modulesets/spice.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulesets/spice.xml b/modulesets/spice.xml index b365219..87790f1 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -88,8 +88,8 @@ - - + + -- 2.4.3 __

Re: [Spice-devel] [PATCH spice-gtk v2 0/4] Public include cleanups

2015-09-25 Thread Jonathon Jongsma
On Fri, 2015-09-25 at 10:51 +0200, Christophe Fergeau wrote: > On Thu, Sep 24, 2015 at 05:20:25PM -0500, Jonathon Jongsma wrote: > > This is a second approach suggested by Marc-Andre to fix up some of the > > issues > > with circular includes in the public headers. It will break the build of > > a

Re: [Spice-devel] [PATCH spice-gtk v2 0/9] Improvements for gtk-doc

2015-09-25 Thread Pavel Grunt
On Thu, 2015-09-24 at 11:47 -0500, Jonathon Jongsma wrote: > ACK series, thanks! Pushed, thanks Pavel > > On Thu, 2015-09-24 at 18:33 +0200, Pavel Grunt wrote: > > Hi all, > > I noticed that we have a lot of not properly documented symbols in spice- > > gtk. > > My intention was to improve this

Re: [Spice-devel] [RFC PATCH] [linux-vdagent] Lock screen on disconnect

2015-09-25 Thread David Jaša
On Pá, 2015-09-25 at 10:13 +0200, Victor Toso wrote: > Hi David, > > On Thu, Sep 24, 2015 at 01:21:53PM -0400, David Mansfield wrote: > > On 09/24/2015 12:46 PM, Victor Toso wrote: > > >Not sure if I agree with the idea for vdagent... But it would need to be > > >configurable by client-side IMHO.

Re: [Spice-devel] [PATCH spice-gtk v2 0/4] Public include cleanups

2015-09-25 Thread Christophe Fergeau
On Thu, Sep 24, 2015 at 05:20:25PM -0500, Jonathon Jongsma wrote: > This is a second approach suggested by Marc-Andre to fix up some of the issues > with circular includes in the public headers. It will break the build of > applications using spice-gtk, but is very easy to fix since we print out an

Re: [Spice-devel] [help]there's an error during i compile spice-gtk code

2015-09-25 Thread Christophe Fergeau
Hey, On Fri, Sep 25, 2015 at 02:10:28PM +0800, hongzhen_...@sina.com wrote: > I added a new method at usb-device-manager then call it at > usb-device-widget , but when I compile the project , a problem was > appeared ... > Please help me check this LINK problem , thank you it looks like > can

Re: [Spice-devel] Spice Using Problem

2015-09-25 Thread Christophe Fergeau
Hi, On Fri, Sep 25, 2015 at 02:17:22PM +0800, 395459...@qq.com wrote: > Hi > My hardware environment is ARM Board with Contex-A9 cpu,RAM 1GB > When i use remote-viewer connect to the virtual desktop(win7_x64) via ovirt > environment,sometimes win7_x64 crashed,and i can exit from remote-viewer

Re: [Spice-devel] [PATCH spice-gtk] Move glib-compat.c to POTFILES.skip

2015-09-25 Thread Christophe Fergeau
ACK. On Thu, Sep 24, 2015 at 11:28:46AM -0500, Jonathon Jongsma wrote: > Since these messages are only used for terminal debug output, let's not > waste time translating them. > --- > po/POTFILES.in | 1 - > po/POTFILES.skip | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --gi

Re: [Spice-devel] [PATCH spice-gtk v2] Update NEWS for 0.30 release

2015-09-25 Thread Christophe Fergeau
ACK. On Thu, Sep 24, 2015 at 11:28:58AM -0500, Jonathon Jongsma wrote: > --- > NEWS | 16 > 1 file changed, 16 insertions(+) > > diff --git a/NEWS b/NEWS > index 1a6f7a3..86f2a8c 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,3 +1,19 @@ > +v0.30 > += > +- spice-protocol is no long

[Spice-devel] Spice Using Problem

2015-09-25 Thread 395459...@qq.com
Hi My hardware environment is ARM Board with Contex-A9 cpu,RAM 1GB When i use remote-viewer connect to the virtual desktop(win7_x64) via ovirt environment,sometimes win7_x64 crashed,and i can exit from remote-viewer panel to linux ,and remote picture disappeared my spicy version is spice-gtk-0

[Spice-devel] [help]there's an error during i compile spice-gtk code

2015-09-25 Thread hongzhen_luo
I added a new method at usb-device-manager then call it at usb-device-widget , but when I compile the project , a problem was appeared ... Please help me check this LINK problem , thank you it looks like cannot find libspice-client-gtk-3.0.la ?CCLD libspice-client-glib-2.0.la CC

Re: [Spice-devel] [RFC PATCH] [linux-vdagent] Lock screen on disconnect

2015-09-25 Thread Victor Toso
Hi David, On Thu, Sep 24, 2015 at 01:21:53PM -0400, David Mansfield wrote: > On 09/24/2015 12:46 PM, Victor Toso wrote: > >Not sure if I agree with the idea for vdagent... But it would need to be > >configurable by client-side IMHO. As Michal point out, the _security_ > >when accesing remote VMs s