Package: gnome-screensaver / 3.6.1-7

Metadata

Package Version Patches format
gnome-screensaver 3.6.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00git_logind_check.patch | (download)

configure.ac | 2 1 + 1 - 0 !
src/gs-listener-dbus.c | 5 3 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 check for logind, not for systemd

It is possible to build systemd without logind, in which case
/sys/fs/cgroup/systemd would still exist. Check for /run/systemd/seats instead,
as recommended by systemd upstream.

For details, see:
<https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html>

Drop the now unnecessary linking against libsystemd-daemon.

https://bugzilla.gnome.org/show_bug.cgi?id=696264

01_no_autostart.patch | (download)

src/gnome-screensaver.desktop.in.in | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 update autostart file for new gnome flashback
14_no_fade_on_user_switch.patch | (download)

src/gs-manager.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 work around lp: #546578 by disabling the fade effect on screen locking
Bug-Ubuntu: https://launchpad.net/bugs/546578
31_lock_screen_on_suspend.patch | (download)

src/gs-listener-dbus.c | 28 28 + 0 - 0 !
src/gs-listener-dbus.h | 1 1 + 0 - 0 !
src/gs-monitor.c | 16 16 + 0 - 0 !
3 files changed, 45 insertions(+)

 [patch] lock screen on suspend

Listen for logind's PrepareForSleep signal, and lock the screen (if configured
to do so). This mirrors what gnome-shell's screensaver does.

libsystemd.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build against libsystemd library
0001 gs lock plug Disconnect signal handler from right ob.patch | (download)

src/gs-lock-plug.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] gs-lock-plug: disconnect signal handler from right object

It's connected to a GdkKeymap, not a GSLockPlug.

https://bugzilla.gnome.org/show_bug.cgi?id=752202