On Wed, Aug 27, 2014 at 08:51:10PM +0200, Marc-André Lureau wrote:
> From: Marc-Andre Lureau
>
> Make sure vdagent follows the current monitor configuration. This
> solves a number of issue where the pointer input is off, because the
> uinput tablet isn't reconfigured.
>
> https://bugzilla.redh
---
gtk/spice-client.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gtk/spice-client.h b/gtk/spice-client.h
index 0e1e49d..f1a7fb3 100644
--- a/gtk/spice-client.h
+++ b/gtk/spice-client.h
@@ -56,6 +56,8 @@ G_BEGIN_DECLS
/**
* SpiceClientError:
* @SPICE_CLIENT_ERROR_FAILED: generic er
Based on a patch from Dietmar Maurer
http://lists.freedesktop.org/archives/spice-devel/2013-October/015138.html
---
Changes since v3:
- Reset auth_needs_username_and_password in channel_reset(), so object could be
recycled in clean state.
---
gtk/spice-channel-priv.h | 1 +
gtk/spice-channel.c
SPICE_CLIENT_ERROR_AUTH_* will be used to set more detailed errors
with respect to the main channel event SPICE_CHANNEL_ERROR_AUTH.
---
Changes since v3:
- Add docs for the SPICE_CLIENT_ERROR_AUTH*
---
gtk/spice-client.h | 4
1 file changed, 4 insertions(+)
diff --git a/gtk/spice-client.h b/
On Wed, Oct 8, 2014 at 2:07 PM, Christophe Fergeau
wrote:
> On Wed, Aug 27, 2014 at 08:51:10PM +0200, Marc-André Lureau wrote:
> > From: Marc-Andre Lureau
> >
> > Make sure vdagent follows the current monitor configuration. This
> > solves a number of issue where the pointer input is off, becau
ack
- Original Message -
> SPICE_CLIENT_ERROR_AUTH_* will be used to set more detailed errors
> with respect to the main channel event SPICE_CHANNEL_ERROR_AUTH.
> ---
> Changes since v3:
> - Add docs for the SPICE_CLIENT_ERROR_AUTH*
> ---
> gtk/spice-client.h | 4
> 1 file changed,
- Original Message -
> Based on a patch from Dietmar Maurer
> http://lists.freedesktop.org/archives/spice-devel/2013-October/015138.html
> ---
> Changes since v3:
> - Reset auth_needs_username_and_password in channel_reset(), so object could
> be
> recycled in clean state.
> ---
> gtk
ack
- Original Message -
> ---
> gtk/spice-client.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/gtk/spice-client.h b/gtk/spice-client.h
> index 0e1e49d..f1a7fb3 100644
> --- a/gtk/spice-client.h
> +++ b/gtk/spice-client.h
> @@ -56,6 +56,8 @@ G_BEGIN_DECLS
> /**
> * Spic
On Wed, Oct 08, 2014 at 01:23:06PM +0200, Fabiano Fidêncio wrote:
> From: Dietmar Maurer
>
> ---
> No changes since v2
> ---
> gtk/spice-session-priv.h | 2 ++
> gtk/spice-session.c | 63
> +---
> 2 files changed, 61 insertions(+), 4 deletions(-
From: Dietmar Maurer
---
Changes since v3:
- Simplify the code to get the username from the URI
---
gtk/spice-session-priv.h | 2 ++
gtk/spice-session.c | 56
2 files changed, 54 insertions(+), 4 deletions(-)
diff --git a/gtk/spice-session-
On Wed, Oct 08, 2014 at 02:04:38PM +0200, Marc-André Lureau wrote:
> On Wed, Oct 8, 2014 at 1:11 PM, Christophe Fergeau
> wrote:
> >
> > You make it sound like it's only an issue when running GNOME2. If you
> >
>
> I already mentionned recent gnome3 auto-config has been merged in (last
> year) a
On Wed, Oct 08, 2014 at 02:25:08PM +0200, Marc-André Lureau wrote:
> On Wed, Oct 8, 2014 at 2:07 PM, Christophe Fergeau
> wrote:
>
> > On Wed, Aug 27, 2014 at 08:51:10PM +0200, Marc-André Lureau wrote:
> > > From: Marc-Andre Lureau
> > >
> > > Make sure vdagent follows the current monitor config
Looks good to me, thanks for the additional iteration!
Christophe
On Wed, Oct 08, 2014 at 03:20:11PM +0200, Fabiano Fidêncio wrote:
> From: Dietmar Maurer
>
> ---
> Changes since v3:
> - Simplify the code to get the username from the URI
> ---
> gtk/spice-session-priv.h | 2 ++
> gtk/spice-se
On Wed, Oct 8, 2014 at 3:21 PM, Christophe Fergeau
wrote:
> gnome2 is obsolete, not using client monitor config is getting obsolete,
> and removing a file which we don't own is a very heavy hammer,
>
A hammer? monitors.xml is a user config, safe to delete, "well-known" file
name (in gnomerr API
On Wed, Oct 8, 2014 at 3:23 PM, Christophe Fergeau
wrote:
> > RRCrtcChangeNotify is a event subtype of RRNotify, since that's the only
> > one we can catch here, no need to filter futher.
>
> well, let's use the more specific type then, this is the one which was
> used before so it makes things e
On Wed, Oct 08, 2014 at 03:49:29PM +0200, Marc-André Lureau wrote:
> On Wed, Oct 8, 2014 at 3:23 PM, Christophe Fergeau
> wrote:
>
> > > RRCrtcChangeNotify is a event subtype of RRNotify, since that's the only
> > > one we can catch here, no need to filter futher.
> >
> > well, let's use the more
And I forgot again to mention that you need a #include or this
won't compile because of TRUE/FALSE.
Christophe
On Wed, Oct 08, 2014 at 03:59:57PM +0200, Christophe Fergeau wrote:
> On Wed, Oct 08, 2014 at 03:49:29PM +0200, Marc-André Lureau wrote:
> > On Wed, Oct 8, 2014 at 3:23 PM, Christophe F
On Wed, Oct 8, 2014 at 4:07 PM, Christophe Fergeau
wrote:
> And I forgot again to mention that you need a #include or this
> won't compile because of TRUE/FALSE.
>
right, it was meant to be applied after the "remove monitors.xml", but I
can reorder it.
--
Marc-André Lureau
__
On Wed, Sep 24, 2014 at 8:06 PM, Jeremy White
wrote:
> A MsgMainMultiMediaTime message on the main channel will be relayed
> through main_dispatcher so as to be fired in the context of the
> main (not worker) thread.
>
> In qemu, that thread happens to also be the thread that drives the
> audio c
Is this difficult to solve? It seems the thread is reading from a fd and
pushing to spice server. Couldn't this be done from X main loop?
Yes, that may be possible. There are some tricks with the timing that
may make that challenging (e.g. we need to feed audio at regular
intervals). I also
Hi
- Original Message -
> >
> > Is this difficult to solve? It seems the thread is reading from a fd and
> > pushing to spice server. Couldn't this be done from X main loop?
>
> Yes, that may be possible. There are some tricks with the timing that
> may make that challenging (e.g. we ne
On Mon, Oct 6, 2014 at 4:23 PM, Christophe Fergeau
wrote:
> ACK
>
> On Mon, Oct 06, 2014 at 01:52:43PM +0200, Fabiano Fidêncio wrote:
> > SpiceChannelError, for now, will be used to set more detailed errors
> > with respect to the main channel event SPICE_CHANNEL_ERROR_AUTH.
> > ---
> > Changes s
On Wed, Oct 8, 2014 at 11:06 AM, Marc-André Lureau <
marcandre.lur...@gmail.com> wrote:
>
>
> On Mon, Oct 6, 2014 at 4:23 PM, Christophe Fergeau
> wrote:
>
>> ACK
>>
>> On Mon, Oct 06, 2014 at 01:52:43PM +0200, Fabiano Fidêncio wrote:
>> > SpiceChannelError, for now, will be used to set more deta
- Original Message -
>
>
> On Wed, Oct 8, 2014 at 11:06 AM, Marc-André Lureau <
> marcandre.lur...@gmail.com > wrote:
>
>
>
>
>
> On Mon, Oct 6, 2014 at 4:23 PM, Christophe Fergeau < cferg...@redhat.com >
> wrote:
>
>
> ACK
>
> On Mon, Oct 06, 2014 at 01:52:43PM +0200, Fabiano F
ping
On Mon, Sep 8, 2014 at 11:34 AM, Marc-André Lureau <
marcandre.lur...@gmail.com> wrote:
> ping
>
>
> On Wed, Aug 27, 2014 at 8:51 PM, Marc-André Lureau <
> marcandre.lur...@redhat.com> wrote:
>
>> From: Marc-Andre Lureau
>>
>> Make sure vdagent follows the current monitor configuration. Th
Hi
On Thu, Oct 2, 2014 at 2:10 PM, Christophe Fergeau
wrote:
> Hey,
>
> On Wed, Aug 27, 2014 at 07:22:07PM +0200, Marc-André Lureau wrote:
> > From: Marc-Andre Lureau
> >
> > GNOME will restore monitors.xml configuration whenever the timestamp
> > "config > change". The "change" timestamp is th
SPICE_CLIENT_ERROR_AUTH_* will be used to set more detailed errors
with respect to the main channel event SPICE_CHANNEL_ERROR_AUTH.
---
Changes since v2:
- Use SPICE_CLIENT_ERROR domain instead of create a new one
---
gtk/spice-client.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gtk/spi
From: Dietmar Maurer
---
No changes since v2
---
gtk/spice-session-priv.h | 2 ++
gtk/spice-session.c | 63 +---
2 files changed, 61 insertions(+), 4 deletions(-)
diff --git a/gtk/spice-session-priv.h b/gtk/spice-session-priv.h
index 4b2c151..da
Based on a patch from Dietmar Maurer
http://lists.freedesktop.org/archives/spice-devel/2013-October/015138.html
---
Changes since v2:
- Adapt the code to set errors from SPICE_CLIENT_ERROR domain instead of
SPICE_CHANELL_ERROR_AUTH
---
gtk/spice-channel-priv.h | 1 +
gtk/spice-channel.c |
ack
- Original Message -
> From: Dietmar Maurer
>
> ---
> No changes since v2
> ---
> gtk/spice-session-priv.h | 2 ++
> gtk/spice-session.c | 63
> +---
> 2 files changed, 61 insertions(+), 4 deletions(-)
>
> diff --git a/gtk/spice-se
Could you add doc above? (even though it's missing USB errors), ack otherwise
- Original Message -
> SPICE_CLIENT_ERROR_AUTH_* will be used to set more detailed errors
> with respect to the main channel event SPICE_CHANNEL_ERROR_AUTH.
> ---
> Changes since v2:
> - Use SPICE_CLIENT_ERROR do
- Original Message -
> Based on a patch from Dietmar Maurer
> http://lists.freedesktop.org/archives/spice-devel/2013-October/015138.html
> ---
> Changes since v2:
> - Adapt the code to set errors from SPICE_CLIENT_ERROR domain instead of
> SPICE_CHANELL_ERROR_AUTH
> ---
> gtk/spice-ch
On Wed, Oct 8, 2014 at 1:11 PM, Christophe Fergeau
wrote:
> On Wed, Oct 08, 2014 at 12:28:53PM +0200, Marc-André Lureau wrote:
> > Hi
> >
> > On Thu, Oct 2, 2014 at 2:10 PM, Christophe Fergeau
> > wrote:
> >
> > > Hey,
> > >
> > > On Wed, Aug 27, 2014 at 07:22:07PM +0200, Marc-André Lureau wrote
33 matches
Mail list logo