[Spice-devel] [vdagent-linux v2] randr: handle XRRScreenChangeNotifyEvent

2014-08-27 Thread Marc-André Lureau
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.redhat.com/show_bug.cgi?id=1086657 --- src/vdagent-x11-priv.h | 4 +++- src/vdagen

Re: [Spice-devel] [vdagent-linux 2/2] randr: handle XRRScreenChangeNotifyEvent

2014-08-27 Thread Marc-André Lureau
self-nack, I am sending a better version of this patch On Wed, Aug 27, 2014 at 7:22 PM, Marc-André Lureau < marcandre.lur...@redhat.com> wrote: > From: Marc-Andre Lureau > > Make sure vdagent follows the current monitor configuration. This > solves a number of issue where the pointer input is

[Spice-devel] [vdagent-linux 1/2] randr: remove monitors.xml on auto-configuration

2014-08-27 Thread Marc-André Lureau
From: Marc-Andre Lureau GNOME will restore monitors.xml configuration whenever the timestamp "config > change". The "change" timestamp is the last user applied configuration, whereas the "config" timestamp is updated when the screen is updated or ouput/crtc modes are added/removed. These conditi

[Spice-devel] [vdagent-linux 2/2] randr: handle XRRScreenChangeNotifyEvent

2014-08-27 Thread Marc-André Lureau
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.redhat.com/show_bug.cgi?id=1086657 --- src/vdagent-x11-priv.h | 1 + src/vdagent-x1

Re: [Spice-devel] problems with intermediate certificates

2014-08-27 Thread Christophe Fergeau
On Mon, Aug 25, 2014 at 04:09:56PM +, Dietmar Maurer wrote: > > To make sure I understand, you start with a Root CA which I assume you > > generated yourself and is self-signed? > > We use official certs from "StartCom Certification Authority" using > " StartCom Class 2 Primary Intermediate

Re: [Spice-devel] gstreamer0.10 still needed for building?

2014-08-27 Thread Christophe Fergeau
Hey, On Wed, Aug 27, 2014 at 11:11:09AM +, Torben Andresen wrote: > is gstreamer0.10 still needed? In configure.ac is > [PKG_CHECK_MODULES(GST, gstreamer-0.10 gstreamer-base-0.10 > gstreamer-app-0.10 gstreamer-audio-0.10, [have_gst=yes], [have_gst=no])] > stated. Is with "GST" gstreamer1.x mea

[Spice-devel] gstreamer0.10 still needed for building?

2014-08-27 Thread Torben Andresen
Hi, is gstreamer0.10 still needed? In configure.ac is [PKG_CHECK_MODULES(GST, gstreamer-0.10 gstreamer-base-0.10 gstreamer-app-0.10 gstreamer-audio-0.10, [have_gst=yes], [have_gst=no])] stated. Is with "GST" gstreamer1.x meant? Thanks. Kind regards Torben _