Skip to content
Snippets Groups Projects
  1. Jan 26, 2016
  2. Jan 21, 2016
  3. Jan 05, 2016
  4. Jan 02, 2016
  5. Dec 22, 2015
  6. Dec 16, 2015
  7. Dec 14, 2015
  8. Dec 13, 2015
  9. Dec 11, 2015
  10. Dec 10, 2015
  11. Nov 30, 2015
  12. Nov 03, 2015
  13. Oct 30, 2015
  14. Oct 27, 2015
  15. Oct 21, 2015
  16. Oct 20, 2015
  17. 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
  18. Oct 09, 2015
  19. Oct 08, 2015
  20. Oct 06, 2015
  21. Oct 05, 2015
  22. Oct 01, 2015
  23. 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
  24. 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
  25. Sep 08, 2015
Loading