Re: [Spice-devel] [vdagent-linux] Fix gdm autostart path

2014-02-28 Thread Christophe Fergeau
Hey, On Wed, Feb 26, 2014 at 02:47:13PM +0100, Marc-André Lureau wrote: > This change now triggers some warnings and selinux errors on f20: > > Feb 26 14:36:12 localhost.localdomain spice-vdagent[833]: warning > could not get file xfer save dir, using cwd > > > > Feb 26 14:36:14 localhost.loca

Re: [Spice-devel] [PATCH spice-common] RFC: spice.proto: add webdav channel

2014-02-28 Thread David Jaša
On Čt, 2014-02-27 at 18:27 +0100, Marc-André Lureau wrote: > Hi > > On Wed, Feb 26, 2014 at 11:00 PM, Jonathon Jongsma > wrote: > > There's also the option of using a 'temporary' name (e.g. > > DraftWebDAVChannel or something) until we're convinced that it's the > > right approach and then renam

Re: [Spice-devel] [PATCH spice-gtk 0/2] WebDAV channel

2014-02-28 Thread Christophe Fergeau
On Fri, Feb 28, 2014 at 01:16:17PM +0100, Marc-André Lureau wrote: > From: Marc-André Lureau > > Hi, > > This is the client bits to get folder sharing capability using the > WebDAV channel. > > How to test it? > > You'll need spice-server with this patch: > http://patchwork.freedesktop.org/pat

[Spice-devel] [PATCH spice-gtk 0/2] WebDAV channel

2014-02-28 Thread Marc-André Lureau
From: Marc-André Lureau Hi, This is the client bits to get folder sharing capability using the WebDAV channel. How to test it? You'll need spice-server with this patch: http://patchwork.freedesktop.org/patch/17802/ Then using qemu master, use the following port redirection: -device virtser

[Spice-devel] [PATCH spice-gtk 2/2] session: add shared-dir property and option

2014-02-28 Thread Marc-André Lureau
From: Marc-André Lureau Allow to specify the shared directory from the command line, or at runtime via properties. (still default to xdg public share, if none specified) --- gtk/channel-webdav.c | 8 ++-- gtk/spice-option.c | 5 + gtk/spice-session-priv.h | 3 +++ gtk/spice-

[Spice-devel] [PATCH spice-gtk 1/2] Add webdav channel

2014-02-28 Thread Marc-André Lureau
From: Marc-André Lureau See spice-common for protocol details. phodav, a webdav server library, is imported thanks to a submodule, until this project has a stable API and releases. The webdav channel is reponsible for handling port events and multiplexing the request streams. Extra care has bee