Re: [Spice-devel] [PATCH spice-protocol] vdagent: add keyboard description message

2014-10-31 Thread Marc-André Lureau
- Original Message - > The message will be used for transferring the keyboard layout > from the client to the guest. When the agent receives this message, > it tries to set the specified keyboard layout. > > https://bugs.freedesktop.org/show_bug.cgi?id=85332 > --- > VDAgentMessage will b

Re: [Spice-devel] [spice-gtk] Drop glib < 2.28 support

2014-10-31 Thread Marc-André Lureau
- Original Message - > On Thu, Oct 30, 2014 at 06:16:52PM +0100, Christophe Fergeau wrote: > > On Thu, Oct 30, 2014 at 01:10:05PM -0400, Marc-André Lureau wrote: > > > I guess you wanted 2.28 here > > > > Right, thanks, that's what I get for doing things in 2 steps (first 2.26 > > then 2

Re: [Spice-devel] [spice-gtk] Drop glib < 2.28 support

2014-10-31 Thread Christophe Fergeau
On Thu, Oct 30, 2014 at 06:16:52PM +0100, Christophe Fergeau wrote: > On Thu, Oct 30, 2014 at 01:10:05PM -0400, Marc-André Lureau wrote: > > I guess you wanted 2.28 here > > Right, thanks, that's what I get for doing things in 2 steps (first 2.26 > then 2.28). Fixed. Is it ok to push with that fi

[Spice-devel] [ANNOUNCE] xf86-video-qxl 0.1.3

2014-10-31 Thread Christophe Fergeau
Christophe Fergeau (2): drmmode: Fix compilation warning xf86-video-qxl 0.1.3 Jeremy White (10): Free the region pointer as well; eliminates a memory leak in dfps mode. Skip modes more precisely. The display of the RAM size subtracts the frame buffer, but it has

[Spice-devel] [ANNOUNCE] spice-gtk 0.26

2014-10-31 Thread Christophe Fergeau
v0.26 = - allow transferring multiple files at once with dnd - avoid guest-side fd leak when transferring empty files with dnd - add support for passing a username with SASL authentication - hide guest cursor when ungrabbing mouse in server mode - make sure client cursor is in the same posi

[Spice-devel] [spice-gtk v2] Add make syntax-check support

2014-10-31 Thread Christophe Fergeau
This is copied and pasted from gnulib, and adds a bunch of static checks on the format/content of the source files being used. Running make syntax-check will trigger these checks, and error out if one fails. cfg.mk can be used to tweak the behaviour of some tests (eg exclude some files). --- Change

Re: [Spice-devel] unexpected protocol interaction when playing vedio.

2014-10-31 Thread Christophe Fergeau
Hey, On Fri, Oct 31, 2014 at 03:28:00PM +0800, jiangdahui wrote: > Hi All: > this is the second time to ask this question, as I did not get answer the > first time. > after I have read the related pdfs and parts of code,I thought that > when play video,the client should rev many > SPICE_MSG_DISPL

Re: [Spice-devel] [PATCH v2][spice-gtk] Add GStreamer 1.0 audio support

2014-10-31 Thread Victor Toso de Carvalho
Hey, > On Fri, Oct 31, 2014 at 10:59:20AM +0100, Victor Toso wrote: > > From: Christophe Fergeau > > You should be the author of the patch, and mention in the commit log > that this is based on a patch that I wrote as you made non-trivial > changes to it. Okay, fixed and committed! Thanks for t

Re: [Spice-devel] [PATCH v2][spice-gtk] Add GStreamer 1.0 audio support

2014-10-31 Thread Christophe Fergeau
Hey, On Fri, Oct 31, 2014 at 10:59:20AM +0100, Victor Toso wrote: > From: Christophe Fergeau You should be the author of the patch, and mention in the commit log that this is based on a patch that I wrote as you made non-trivial changes to it. As gstreamer 0.10 is no longer maintained upstream,

Re: [Spice-devel] [Spice-commits] 9 commits - TODO configure.ac data/Makefile.am data/spice-mime.xml.in data/spicy.desktop.in.in doc/reference gtk/channel-display.c gtk/channel-usbredir.c gtk/continua

2014-10-31 Thread Christophe Fergeau
On Thu, Oct 30, 2014 at 06:01:34PM +0100, Marc-André Lureau wrote: > On Thu, Oct 30, 2014 at 5:53 PM, Christophe Fergau < > t...@kemper.freedesktop.org> wrote: > > > commit 20316442a5f80fc475543ceb79cdee98907dba61 > > Author: Christophe Fergeau > > Date: Wed Oct 29 17:07:43 2014 +0100 > > > >

Re: [Spice-devel] [Users] connecting to oVirt/RHEV VMs through proxy and the oVirt API

2014-10-31 Thread Gianluca Cecchi
On Fri, Jan 17, 2014 at 8:40 PM, i iordanov wrote: > Hi Juan, > > On Fri, Jan 17, 2014 at 4:55 AM, Juan Hernandez > wrote: > >> You are right. Obtaining the global proxy setting is currently >> impossible in the API. There is no bug requesting it, as far as I know. >> Can you open a new one? >>

[Spice-devel] [PATCH spice-protocol] vdagent: add keyboard description message

2014-10-31 Thread Pavel Grunt
The message will be used for transferring the keyboard layout from the client to the guest. When the agent receives this message, it tries to set the specified keyboard layout. https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- VDAgentMessage will be used for the transfer, the type of the mess

[Spice-devel] [PATCH v2][spice-gtk] Add GStreamer 1.0 audio support

2014-10-31 Thread Victor Toso
From: Christophe Fergeau Changes from v1: - specifying that it is audio support in commit message - rebased with last changes --- To enable audio with GStreamer 1.0: --with-audio=gstreamer1 There is only a few changes between those versions, worth mentioning: - audio capabilities "audio/x-raw,f

[Spice-devel] unexpected protocol interaction when playing vedio.

2014-10-31 Thread jiangdahui
Hi All: this is the second time to ask this question, as I did not get answer the first time. after I have read the related pdfs and parts of code,I thought that when play video,the client should rev many SPICE_MSG_DISPLAY_STREAM_DATA msgs from display channel,but when I added printf to observe,