~linuxmint-daily-build-team/linuxmint/+git/cinnamon-screensaver:3.4-maintenance

Last commit made on 2018-04-17
Get this branch:
git clone -b 3.4-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/cinnamon-screensaver

Branch merges

Branch information

Recent commits

d51ee10... by Michael Webster

Merge pull request #271 from G3rb/patch-1

unlock.py : gsettings key "org.cinnamon.desktop.lockdown" "disable-user-switching" consideration

6a3aad8... by G3rb <email address hidden>

Update unlock.py

related to this feature request.
#6136
I change the code for this applet just to remove the "switch user" option when the gsettings key "org.cinnamon.desktop.lockdown" "disable-user-switching" is true. I need it in Linux Mint 18.3 so I change it in this version.
Sorry for my english and maybe the code could be "cleaner" ?

054e354... by Clement Lefebvre <email address hidden>

3.4.4

0ec239b... by Clement Lefebvre <email address hidden>

Disable fade-in effects on idle

This fixes two issues happening on certain hardware/drivers when the screen is OFF:

- WM Freezes when screen goes off while fade-in is ongoing
- Failure to lock the screen, when the screen is already off.

Explanations: https://github.com/linuxmint/cinnamon-screensaver/issues/219#issuecomment-342679518

Fixes #219

17a6733... by Clement Lefebvre <email address hidden>

3.4.3

c45d3e2... by Michael Webster

stage.py: Call gdk_flush to allow the server to catch up before getting
updated screen/monitor infos.

d2dcbc6... by Michael Webster

logind/consolekit: Refresh screen and monitor info when coming back from
inactive (such as sleep.)

1061ff4... by Michael Webster

cs-screen-x11.c: GdkScreen width and height arrive already scaled for
hidpi.

f6124b8... by Michael Webster

cs-screen-x11.c: Use Gdk to get the screen size, the previous method
doesn't appear to update in time to have the new size, causing exposure
to the desktop in some cases, such as resizing host windows of virtual
machines.

Also, add some extra info while debugging.

82c52c0... by Michael Webster

cs-notification-watcher.c: Ignore notifications that replace existing
ones, by checking if the 'replaces_id' field of the notification is
non-zero.