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
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
___
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
> -
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
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