This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from 74c6faf Add more debugging code printing out changes to ScreenSaverTime. new a04c218 Look at XSetScreenSaver calls. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit a04c2186bbca69a90d8b85d31fd61238b15b7ae4 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 7 11:01:07 2018 +0100 Look at XSetScreenSaver calls. --- nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c index add17dd..813a5f5 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c @@ -1455,6 +1455,7 @@ N/A * is under agent's control. */ + fprintf(stderr, "DPMSDEBUG: calling XSetScreenSaver in %s!\n", __func__); XSetScreenSaver(nxagentDisplay, 0, 0, DefaultExposures, DefaultBlanking); } @@ -1715,6 +1716,7 @@ N/A * is under agent's control. */ + fprintf(stderr, "DPMSDEBUG: calling XSetScreenSaver in %s again!\n", __func__); XSetScreenSaver(nxagentDisplay, 0, 0, DefaultExposures, DefaultBlanking); } } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git