Re: [Spice-devel] Gitlab - 2018!

2018-04-09 Thread Victor Toso
On Mon, Apr 09, 2018 at 02:08:46PM +0200, Christophe de Dinechin wrote: > > > > On 9 Apr 2018, at 11:53, Victor Toso wrote: > > > > On Mon, Apr 09, 2018 at 11:39:12AM +0200, Christophe de Dinechin wrote: > >> > >> > >>> On 4 Apr 2018, at 15:44, Victor Toso wrote: > >>> > >>> Hey, > >>> > >

Re: [Spice-devel] help!!!

2018-04-09 Thread Victor Toso
On Mon, Apr 09, 2018 at 08:25:24PM +0800, molo wrote: > hi, >Currently we use spice to implement folder sharing. >According to the folder sharing operation in the link, we >can set a shared folder, and the channel is also >established, but in the client we do not know how to access

Re: [Spice-devel] [PATCH spice-streaming-agent] ci: Add make package

2018-04-09 Thread Snir Sheriber
Hi, thanks On 04/09/2018 11:34 AM, Christophe Fergeau wrote: On Mon, Apr 09, 2018 at 10:53:34AM +0300, Snir Sheriber wrote: make is no longer installed by default in fedora:latest Sure, Acked-by: Christophe Fergeau though make/gcc-c++ should also come from 'dnf builddep spice-streaming-agent

[Spice-devel] help??????

2018-04-09 Thread molo
hi?? Currently we use spice to implement folder sharing. According to the folder sharing operation in the link, we can set a shared folder, and the channel is also established, but in the client we do not know how to access that shared folder? the link ??https://www.spice-space.org/spice-u

Re: [Spice-devel] [spice-gtk v1] spice-widget: remove old warning

2018-04-09 Thread Frediano Ziglio
> > Hi, > > > On 04/04/2018 06:31 PM, Victor Toso wrote: > > From: Victor Toso > > > > This log was introduced in 13f5ebbf07a3 to track the situation where > > the GdkCursor pointer would be invalid/NULL. That was possible if the > > caller passed a NULL for rgba pointer in cursor_set(). > > >

Re: [Spice-devel] Gitlab - 2018!

2018-04-09 Thread Christophe de Dinechin
> On 9 Apr 2018, at 11:53, Victor Toso wrote: > > On Mon, Apr 09, 2018 at 11:39:12AM +0200, Christophe de Dinechin wrote: >> >> >>> On 4 Apr 2018, at 15:44, Victor Toso wrote: >>> >>> Hey, >>> >>> Considering [2], is there anyone with issue in me filing a bug to >>> migrate to freedesktop'

Re: [Spice-devel] [spice-gtk v1 04/11] channel-display: use GHashTable to keep stream's structure

2018-04-09 Thread Uri Lublin
On 03/13/2018 01:25 PM, Victor Toso wrote: From: Victor Toso The major issue with the current approach is that it relies on the ID from SpiceMsgDisplayStreamCreate to create the smallest 2^n sized array that could fit the stream's id as index. This is potentially dangerous as the ID value is n

Re: [Spice-devel] [RFC spice-gtk 1/1] Gstreamer: Use GstVideoOverlay if possible

2018-04-09 Thread Frediano Ziglio
> > Hi, > > > On 04/06/2018 04:12 PM, Frediano Ziglio wrote: > >> Currently when gstreamer is used to decode a full-screen > >> stream sent from the server, the decoding frames are being > >> forced to RBGA format and pushed using appsink to be scaled > >> and rendered to screen. > >> > >> Today

Re: [Spice-devel] Gitlab - 2018!

2018-04-09 Thread Victor Toso
On Mon, Apr 09, 2018 at 11:39:12AM +0200, Christophe de Dinechin wrote: > > > > On 4 Apr 2018, at 15:44, Victor Toso wrote: > > > > Hey, > > > > Considering [2], is there anyone with issue in me filing a bug to > > migrate to freedesktop's instance of gitlab? > > > > [2] https://gitlab.freede

Re: [Spice-devel] Gitlab - 2018!

2018-04-09 Thread Christophe de Dinechin
> On 4 Apr 2018, at 15:44, Victor Toso wrote: > > Hey, > > Considering [2], is there anyone with issue in me filing a bug to > migrate to freedesktop's instance of gitlab? > > [2] https://gitlab.freedesktop.org/freedesktop/freedesktop/wikis/home The start of this thread was about gitlab.com.

Re: [Spice-devel] [PATCH spice-streaming-agent] ci: Add make package

2018-04-09 Thread Christophe Fergeau
On Mon, Apr 09, 2018 at 10:53:34AM +0300, Snir Sheriber wrote: > make is no longer installed by default in fedora:latest Sure, Acked-by: Christophe Fergeau though make/gcc-c++ should also come from 'dnf builddep spice-streaming-agent' if this is no longer installed by default? Christophe signa

[Spice-devel] [PATCH spice-streaming-agent] ci: Add make package

2018-04-09 Thread Snir Sheriber
make is no longer installed by default in fedora:latest Signed-off-by: Snir Sheriber --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b74e74f..f1cda3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ ima