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] [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