[Xfce4-commits] [apps/xfce4-screensaver] 201/425: Don't fade to black when locking the screen

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:50:48 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit e53692cc3700b4987812718d03894addda3a4117
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Tue Sep 15 01:33:40 2015 +0300

    Don't fade to black when locking the screen
    
    Fading to black has negative security consequences: the screen locking
    and actual suspend race with each other, and this can result in the
    screen's contents being briefly visible after resume.
    
    This has been reported as #54 but has been known and patched for in
    Debian/Ubuntu since at least 2010 (see LP 546578).
---
 src/gs-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gs-manager.c b/src/gs-manager.c
index dc3bce5..769e743 100644
--- a/src/gs-manager.c
+++ b/src/gs-manager.c
@@ -1842,7 +1842,7 @@ gs_manager_activate (GSManager *manager)
 	manager->priv->active = TRUE;
 
 	/* fade to black and show windows */
-	do_fade = TRUE;
+	do_fade = FALSE;
 	if (do_fade)
 	{
 		manager->priv->fading = TRUE;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list