[26042] in Source-Commits
/svn/athena r25359 - trunk/debathena/config/gdm-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Aug 5 16:17:28 2011
Date: Fri, 5 Aug 2011 16:17:22 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108052017.p75KHM29019956@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-08-05 16:17:21 -0400 (Fri, 05 Aug 2011)
New Revision: 25359
Modified:
trunk/debathena/config/gdm-config/debian/%gconf-tree.xml
trunk/debathena/config/gdm-config/debian/changelog
Log:
In gdm-config:
* Disable the screensaver on the login screen because Natty's metacity
is too stupid to redraw the screen correctly (and we blank the screen
via DPMS anyway)
Modified: trunk/debathena/config/gdm-config/debian/%gconf-tree.xml
===================================================================
--- trunk/debathena/config/gdm-config/debian/%gconf-tree.xml 2011-08-04 15:38:12 UTC (rev 25358)
+++ trunk/debathena/config/gdm-config/debian/%gconf-tree.xml 2011-08-05 20:17:21 UTC (rev 25359)
@@ -9,4 +9,9 @@
</dir>
</dir>
</dir>
+ <dir name="apps">
+ <dir name="gnome-screensaver">
+ <entry name="idle_activation_enabled" mtime="1312575197" type="bool" value="false"/>
+ </dir>
+ </dir>
</gconf>
Modified: trunk/debathena/config/gdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/gdm-config/debian/changelog 2011-08-04 15:38:12 UTC (rev 25358)
+++ trunk/debathena/config/gdm-config/debian/changelog 2011-08-05 20:17:21 UTC (rev 25359)
@@ -3,8 +3,11 @@
* Only display the nologin-monitor window on startup if the file exists
AND this is -cluster
* Include a timestamp in the window
+ * Disable the screensaver on the login screen because Natty's metacity
+ is too stupid to redraw the screen correctly (and we blank the screen
+ via DPMS anyway)
- -- Jonathan Reed <jdreed@mit.edu> Thu, 04 Aug 2011 11:36:58 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Fri, 05 Aug 2011 16:16:32 -0400
debathena-gdm-config (1.30) unstable; urgency=low