[Spice-devel] [PATCH v2] console-kit: Check session-lock just by IdleHint

2017-01-17 Thread Pavel Grunt
gnome-panel in RHEL6 does not emit the Unlock signal when session is being unlocked making the agent think that the session is locked. Remove handling of Lock/Unlock signals and keep only IdleHintChanged. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1412673 Acked-by: Victor Toso --- v2

Re: [Spice-devel] [PATCH] console-kit: Check session-lock just by IdleHint

2017-01-17 Thread Christophe Fergeau
On Tue, Jan 17, 2017 at 02:45:58PM +0100, Pavel Grunt wrote: > gnome-shell in RHEL6 does not emit the Unlock signal when session Nit: s/gnome-shell/gnome-panel/ I guess? Or maybe even some lower-level component. Christophe signature.asc Description: PGP signature ___

Re: [Spice-devel] [spice-common] ssl: Use ASN1_STRING_get0_data instead of ASN1_STRING_data

2017-01-17 Thread Victor Toso
Hi, On Fri, Jan 13, 2017 at 12:12:50PM +0100, Christophe Fergeau wrote: > From: Sebastian Andrzej Siewior > > The latter is deprecated, so might be removed at some point in the > future. This also adds a compatibility wrapper for OpenSSL < 1.1.0. > > Signed-off-by: Sebastian Andrzej Siewior > -

Re: [Spice-devel] [PATCH] console-kit: Check session-lock just by IdleHint

2017-01-17 Thread Victor Toso
Hi, On Tue, Jan 17, 2017 at 02:45:58PM +0100, Pavel Grunt wrote: > gnome-shell in RHEL6 does not emit the Unlock signal when session > is being unlocked making the agent think that the session is locked. Yes, my bad in the logic here. Thanks! Now, for systems that don't rely on systemd, locked si

[Spice-devel] [PATCH] console-kit: Check session-lock just by IdleHint

2017-01-17 Thread Pavel Grunt
gnome-shell in RHEL6 does not emit the Unlock signal when session is being unlocked making the agent think that the session is locked. Remove handling of Lock/Unlock signals and keep only IdleHintChanged. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1412673 --- signal handling can be rem