Re: [Spice-devel] [PATCH 3/2] marshaller: Use #include for headers in $srcdir/common

2014-04-02 Thread Christophe Fergeau
Ping ? On Tue, Mar 25, 2014 at 04:40:14PM +0100, Christophe Fergeau wrote: Since the (de)marshallers are now generated in $builddir and not in $srcdir, when these generated files include a file located in $srcdir/common, the compiler will find them thanks to a -I directive, so it makes more

Re: [Spice-devel] [PATCH spice-gtk] Make phodav an optionnal external dependency

2014-04-02 Thread Christophe Fergeau
'optional' in the subject On Tue, Apr 01, 2014 at 05:03:43PM +0200, Marc-André Lureau wrote: Now that upstream provides a stable/versionnized API, it will be versioned easier to deal with than with submodules. --- .gitmodules | 3 --- autogen.sh | 1 -

Re: [Spice-devel] [PATCH v2] doc: Generate chunked manual

2014-04-02 Thread Christophe Fergeau
On Tue, Apr 01, 2014 at 05:57:58PM +0200, Marc-André Lureau wrote: On Tue, Apr 1, 2014 at 5:56 PM, Marc-André Lureau marcandre.lur...@gmail.com wrote: On Tue, Apr 1, 2014 at 5:09 PM, Christophe Fergeau cferg...@redhat.comwrote: This commit makes use of a2x in order to generate

[Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Jonathon Jongsma
In certain circumstances, the keyboard modifiers get out-of-sync between the guest and the client. This is easy to reproduce with the following steps: - launch virt-viewer with a guest that is not running - start the guest - while guest is booting, enable CAPS LOCK on the client - after guest

[Spice-devel] [PATCH 2/2] Use GdkKeymap to listen for keyboard modifier changes

2014-04-02 Thread Jonathon Jongsma
Connect to the GdkKeymap::state-changed signal to detect when the client keyboard modifiers have changed. This keeps the client and the guest in sync even when the SpiceDisplay widget isn't focused. New values are only sent down to the guest if the new value is different than the current value.

Re: [Spice-devel] 0001-a patch for syncing keyboard lock status

2014-04-02 Thread Jonathon Jongsma
How about this alternative approach? It introduces a new central keyboard monitor object which can keep the registered input channels in sync with the client keyboard state. This object has an 'override-guest-modifiers' property which controls whether it will connect to the 'inputs-modifiers'

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

2014-04-02 Thread Cody Chan
Oh , sorry for sending mail to only Marc-André - Hi all, I want to test shared folder , but there is a error during installing spice-webdavd-x86-0.1.24.msi, the error message box is here: http://dwz.cn/fO6Um and I try it in win7_x86

Re: [Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Marc-André Lureau
On Wed, Apr 2, 2014 at 5:58 PM, Jonathon Jongsma jjong...@redhat.comwrote: In certain circumstances, the keyboard modifiers get out-of-sync between the guest and the client. This is easy to reproduce with the following steps: - launch virt-viewer with a guest that is not running - start

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

2014-04-02 Thread Marc-André Lureau
Hi Cody, Do you have the webdav virtio/port configured for your guest? Afaik, the spice server isn't released yet for this to work. You are perhaps best to wait a few more weeks until it's all released? With Spice server from upstream, and recent qemu/libvirt, you can use these instructions:

Re: [Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Marc-André Lureau
On Wed, Apr 2, 2014 at 6:57 PM, Jonathon Jongsma jjong...@redhat.comwrote: Indeed, it's a bit pointless at the moment. Part of the reason I made it a property was because I was thinking that it might not be desirable behavior in all situations, and we could add a commandline switch (to

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

2014-04-02 Thread Cody Chan
On Thu, Apr 3, 2014 at 12:47 AM, Marc-André Lureau marcandre.lur...@gmail.com wrote: Hi Cody, Do you have the webdav virtio/port configured for your guest? I'm not familiar with webdav , so I install it directly, I'll configure it first Afaik, the spice server isn't released yet for this to

Re: [Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Jonathon Jongsma
- Original Message - From: Marc-André Lureau marcandre.lur...@gmail.com To: Jonathon Jongsma jjong...@redhat.com Cc: spice-de...@freedesktop.org Sent: Wednesday, April 2, 2014 11:59:54 AM Subject: Re: [Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

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

2014-04-02 Thread Marc-André Lureau
On Wed, Apr 2, 2014 at 7:06 PM, Cody Chan int64...@gmail.com wrote: upstream, and recent qemu/libvirt, you can use these instructions: upstream?you mean git://anongit.freedesktop.org/spice/spice ? yes -- Marc-André Lureau ___ Spice-devel mailing

Re: [Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Jonathon Jongsma
- Original Message - From: Marc-André Lureau marcandre.lur...@gmail.com To: Jonathon Jongsma jjong...@redhat.com Cc: spice-de...@freedesktop.org Sent: Wednesday, April 2, 2014 11:42:41 AM Subject: Re: [Spice-devel] [PATCH 1/2] Ensure keyboard modifiers are synchronized properly

[Spice-devel] [PATCH v2 2/2] Use GdkKeymap to listen for keyboard modifier changes

2014-04-02 Thread Jonathon Jongsma
Connect to the GdkKeymap::state-changed signal to detect when the client keyboard modifiers have changed. This keeps the client and the guest in sync even when the SpiceDisplay widget isn't focused. New values are only sent down to the guest if the new value is different than the current value.

[Spice-devel] [PATCH v2] fix keyboard modifier sync

2014-04-02 Thread Jonathon Jongsma
Here's the second version of the patch, this time using SpiceGtkSession rather than a new Keyboard monitor object. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH v2 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Jonathon Jongsma
In certain circumstances, the keyboard modifiers get out-of-sync between the guest and the client. This is easy to reproduce with the following steps: - launch virt-viewer with a guest that is not running - start the guest - while guest is booting, enable CAPS LOCK on the client - after guest

Re: [Spice-devel] [PATCH v2 1/2] Ensure keyboard modifiers are synchronized properly

2014-04-02 Thread Marc-André Lureau
looks good, ack - Original Message - In certain circumstances, the keyboard modifiers get out-of-sync between the guest and the client. This is easy to reproduce with the following steps: - launch virt-viewer with a guest that is not running - start the guest - while guest is

Re: [Spice-devel] [PATCH v2 2/2] Use GdkKeymap to listen for keyboard modifier changes

2014-04-02 Thread Marc-André Lureau
ack - Original Message - Connect to the GdkKeymap::state-changed signal to detect when the client keyboard modifiers have changed. This keeps the client and the guest in sync even when the SpiceDisplay widget isn't focused. New values are only sent down to the guest if the new value