Skip to content
Snippets Groups Projects
  1. Dec 11, 2015
  2. Dec 10, 2015
  3. Nov 30, 2015
  4. Nov 03, 2015
  5. Oct 30, 2015
  6. Oct 27, 2015
  7. Oct 21, 2015
  8. Oct 20, 2015
  9. Oct 14, 2015
    • Faidon Liambotis's avatar
      Lock the screen on systemd sleep under systemd · f1739c03
      Faidon Liambotis authored
      Add a handler for the PrepareForSleep event on the system bus under
      systemd and lock the screen in such an event. This addresses the issue
      where "systemctl suspend" suspends the system but the system isn't
      locked on resume, with the obvious negative security connotations.
      f1739c03
    • Faidon Liambotis's avatar
      Fix systemd event handling · 306599bd
      Faidon Liambotis authored
      Right now the systemd event handling is not actually working at all.
      This happens because _listener_message_path_is_our_session() has code to
      check if the event came to our session (e.g. "10") and, under systemd,
      does this by trying to compare it with the object path, by stripping the
      /org/freedesktop/login1/session/ prefix.
      
      However, under -at least recent versions- of systemd, the session ID
      part of the path is escaped separately, and following D-Bus rules
      initial numbers are escaped. In the example above, the obj_path is
      /org/freedesktop/login1/session/_310, so the comparison actually fails.
      
      Port a fix that has been present on various distributions (e.g. Arch)
      and pieces of software (e.g. cinnamon-screensaver) since at least March
      2013.  The original author is Peter de Ridder <peter@xfce.org>.
      
      The bug and the fix can both be easily verified by running "loginctl
      lock-sessions".
      306599bd
  10. Oct 09, 2015
  11. Oct 08, 2015
  12. Oct 06, 2015
  13. Oct 05, 2015
  14. Oct 01, 2015
  15. Sep 16, 2015
    • Ray Strode's avatar
      manager: fade out explicitly locks more quickly · 599bc816
      Ray Strode authored
      If the screensaver is explicitly asked to lock
      (as opposed to locking because of idle), then
      we should do it very quickly.  1 second is
      too long.
      
      This commit changes the fade to 60 steps per
      second and a quarter of second long
      (put another way, about 15 fade increments).
      
      Taken from gnome-screensaver,
      commit:44edc03104f9757f4d866f24df8793f064b6ce70
      And applied to MATE by infirit
      599bc816
  16. Sep 14, 2015
    • Faidon Liambotis's avatar
      Don't fade to black when locking the screen · e53692cc
      Faidon Liambotis authored
      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).
      e53692cc
  17. Sep 08, 2015
  18. Sep 04, 2015
  19. Aug 25, 2015
  20. Aug 19, 2015
  21. Jul 12, 2015
  22. Jul 09, 2015
Loading