[26873] in Source-Commits
/svn/athena r25807 - trunk/debathena/config/lightdm-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Jan 31 10:28:39 2013
Date: Thu, 31 Jan 2013 10:28:32 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201301311528.r0VFSWVt020470@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-01-31 10:28:32 -0500 (Thu, 31 Jan 2013)
New Revision: 25807
Added:
trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena
Modified:
trunk/debathena/config/lightdm-config/debian/changelog
trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui
trunk/debathena/config/lightdm-config/debian/rules
Log:
In lightdm-config:
* Make lightdm's upstart job not fail fatally, thus triggering the
failsafe X job (Trac: #1167)
* Make the background window not resizable, because it shouldn't be
Modified: trunk/debathena/config/lightdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/lightdm-config/debian/changelog 2013-01-23 14:59:34 UTC (rev 25806)
+++ trunk/debathena/config/lightdm-config/debian/changelog 2013-01-31 15:28:32 UTC (rev 25807)
@@ -1,3 +1,11 @@
+debathena-lightdm-config (1.9) unstable; urgency=low
+
+ * Make lightdm's upstart job not fail fatally, thus triggering the
+ failsafe X job (Trac: #1167)
+ * Make the background window not resizable, because it shouldn't be
+
+ -- Jonathan Reed <jdreed@mit.edu> Thu, 31 Jan 2013 10:25:37 -0500
+
debathena-lightdm-config (1.8) unstable; urgency=low
* Fix tooltips in power menu (Trac: #1260)
Modified: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui
===================================================================
--- trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui 2013-01-23 14:59:34 UTC (rev 25806)
+++ trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui 2013-01-31 15:28:32 UTC (rev 25807)
@@ -18,6 +18,7 @@
</object>
<object class="GtkWindow" id="winBg">
<property name="can_focus">False</property>
+ <property name="resizable">False</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="accept_focus">False</property>
Modified: trunk/debathena/config/lightdm-config/debian/rules
===================================================================
--- trunk/debathena/config/lightdm-config/debian/rules 2013-01-23 14:59:34 UTC (rev 25806)
+++ trunk/debathena/config/lightdm-config/debian/rules 2013-01-31 15:28:32 UTC (rev 25807)
@@ -3,6 +3,8 @@
DEB_DIVERT_EXTENSION = .debathena
DEB_DIVERT_FILES_debathena-lightdm-config += \
/etc/lightdm/lightdm.conf.debathena
+DEB_TRANSFORM_FILES_debathena-lightdm-config += \
+ /etc/init/lightdm.conf.debathena
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/config-package.mk
Added: trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena
===================================================================
--- trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena 2013-01-31 15:28:32 UTC (rev 25807)
@@ -0,0 +1,2 @@
+#!/usr/bin/perl -0p
+s/^(\s+initctl emit desktop-shutdown\s*)$/$1 || :/m or die;
Property changes on: trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena
___________________________________________________________________
Added: svn:executable
+ *