Re: [Spice-devel] impossible folder sharing by virt-viewer in Windows client

2019-07-09 Thread Frediano Ziglio
> Hello. > The answer you sent me last time was very helpful. > Thank you. > I'm testing folder sharing using the virt viewer. > The guest OS is Windows. And I'm going to run a virt viewer on the Linux > client and Windows client to see if folder sharing is possible. > I checked 'share folder' in t

Re: [Spice-devel] impossible folder sharing by virt-viewer in Windows client

2019-07-09 Thread Victor Toso
On Tue, Jul 09, 2019 at 04:45:00PM +0900, S KH wrote: > Yes, I added channel device (channel spice-webdav) (please check attached > picture) > and I tried to use remote viewer inputting > address.(spice://xxx.xxx.xxx.xxx:) > > Through all of this, I have confirmed folder sharing in Linux(ubunt

Re: [Spice-devel] [PATCH spice-gtk v2] Drop autotools

2019-07-09 Thread Victor Toso
Hi, On Mon, Jul 08, 2019 at 01:55:28PM +0100, Frediano Ziglio wrote: > From: Marc-André Lureau > > Maintaining 1 build system is hard. Maintaining 2 is even harder. > > It seems the meson build system is now in good shape to replace > autotools. Like many desktop projects, let's move entirely t

Re: [Spice-devel] [PATCH spice-server] red-common: Add a comment for GLIST_FOREACH_GENERIC

2019-07-09 Thread Victor Toso
On Mon, Jul 08, 2019 at 03:23:49PM +0100, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > server/red-common.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/server/red-common.h b/server/red-common.h > index 6b5d0b2e0..03efbdacb 100644 > --- a/server/red-common.h > +

Re: [Spice-devel] [PATCH 2/3] usb-redirection: isolate usage of libusb and usbredirhost

2019-07-09 Thread Victor Toso
Hi, On Mon, Jun 24, 2019 at 06:02:23PM +0300, Yuri Benditovich wrote: > On Mon, Jun 10, 2019 at 1:48 PM Victor Toso wrote: > > > > Hi, > > > > Keeping the chat as you might enjoy then, in order to merge this > > patches: > > > > On Wed, Apr 10, 2019 at 10:31:38PM +0300, Yuri Benditovich wrote: >

Re: [Spice-devel] [PATCH spice-gtk 0/2] Drop autotools

2019-07-09 Thread Uri Lublin
On 7/8/19 3:00 PM, Frediano Ziglio wrote: This series is from Marc-André, I just rebased it on current master. Not much left of the original series. I think it's time to get back to it. Does meson work well for mingw-spice-gtk ? I think a safer path is to make a release with Meson before remo

Re: [Spice-devel] [PATCH spice-gtk 0/2] Drop autotools

2019-07-09 Thread Frediano Ziglio
> > On 7/8/19 3:00 PM, Frediano Ziglio wrote: > > This series is from Marc-André, I just rebased it on current master. > > Not much left of the original series. > > I think it's time to get back to it. > > > Does meson work well for mingw-spice-gtk ? > > I think a safer path is to make a releas

Re: [Spice-devel] [PATCH spice-gtk 0/2] Drop autotools

2019-07-09 Thread Victor Toso
Hi, On Tue, Jul 09, 2019 at 07:47:18AM -0400, Frediano Ziglio wrote: > > > > On 7/8/19 3:00 PM, Frediano Ziglio wrote: > > > This series is from Marc-André, I just rebased it on current master. > > > Not much left of the original series. > > > I think it's time to get back to it. > > > > > > Do