- Jan 26, 2016
-
-
Wolfgang Ulbrich authored
-
- Jan 21, 2016
- Jan 05, 2016
-
-
Wolfgang Ulbrich authored
-
- Jan 02, 2016
-
-
Monsta authored
-
- Dec 22, 2015
-
-
monsta authored
-
- Dec 16, 2015
-
-
monsta authored
-
- Dec 14, 2015
-
-
monsta authored
-
- Dec 13, 2015
-
-
Wolfgang Ulbrich authored
-
Wolfgang Ulbrich authored
-
Wolfgang Ulbrich authored
this avoid some build warnings
-
Wolfgang Ulbrich authored
-
- Dec 11, 2015
-
-
Wolfgang Ulbrich authored
-
Wolfgang Ulbrich authored
That won't work correctly with GTK3, even more so given that we set app_paintable = TRUE on the drawing area. Instead, set the background GdkRGBA to black directly on the GtkDrawingArea's GdkWindow. taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=43ee32e
- Dec 10, 2015
-
-
Wolfgang Ulbrich authored
-
Wolfgang Ulbrich authored
This gets rid of some compile warnings taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=73c0e41
-
Wolfgang Ulbrich authored
-
Wolfgang Ulbrich authored
-
Wolfgang Ulbrich authored
-
- Nov 30, 2015
-
-
monsta authored
-
- Nov 03, 2015
-
-
Clement Lefebvre authored
-
Clement Lefebvre authored
-
- Oct 30, 2015
-
-
monsta authored
-
- Oct 27, 2015
-
-
monsta authored
-
- Oct 21, 2015
-
-
raveit65 authored
-
- Oct 20, 2015
-
-
Monsta authored
- Oct 14, 2015
-
-
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.
-
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".
-
- Oct 09, 2015
-
-
raveit65 authored
-
- Oct 08, 2015
-
-
Clement Lefebvre authored
Don't fade to black when locking the screen
-
- Oct 06, 2015
-
-
raveit65 authored
-
- Oct 05, 2015
-
-
Monsta authored
fixes https://github.com/mate-desktop/mate-screensaver/issues/83
-
- Oct 01, 2015
-
-
Monsta authored
-
- Sep 16, 2015
-
-
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
-
- Sep 14, 2015
-
-
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).
-
- Sep 08, 2015
-
-
infirit authored
-
infirit authored
* Bump intltool required version for gsettings support * Extract strings with intltool directly
-
Martin Wimpress authored
configure.ac: drop obsolete macro
-