[26976] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25867 - trunk/debathena/config/lightdm-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Mar 28 10:27:04 2013

Date: Thu, 28 Mar 2013 10:26:57 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201303281426.r2SEQvvG004428@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2013-03-28 10:26:57 -0400 (Thu, 28 Mar 2013)
New Revision: 25867

Modified:
   trunk/debathena/config/lightdm-config/debian/background.jpg
   trunk/debathena/config/lightdm-config/debian/changelog
   trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst
Log:
In lightdm-config:
  * If the greeter is running, restart lightdm after installation.
    (i.e. Do not restart lightdm if the greeter isn't running, because
    that likely means someone is logged in on console)
  * Absolutely no other changes as part of this release.


Modified: trunk/debathena/config/lightdm-config/debian/background.jpg
===================================================================
(Binary files differ)

Modified: trunk/debathena/config/lightdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/lightdm-config/debian/changelog	2013-03-22 16:39:46 UTC (rev 25866)
+++ trunk/debathena/config/lightdm-config/debian/changelog	2013-03-28 14:26:57 UTC (rev 25867)
@@ -1,9 +1,13 @@
-debathena-lightdm-config (1.11) UNRELEASED; urgency=low
+debathena-lightdm-config (1.11) unstable; urgency=low
 
   * Be robust against the fact that you're not supposed to use symlinks in
     Upstart jobs.
+  * If the greeter is running, restart lightdm after installation.
+    (i.e. Do not restart lightdm if the greeter isn't running, because
+    that likely means someone is logged in on console)
+  * Absolutely no other changes as part of this release.
 
- -- Jonathan Reed <jdreed@mit.edu>  Thu, 21 Mar 2013 12:35:54 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 01 Apr 2013 23:59:00 -0400
 
 debathena-lightdm-config (1.10) unstable; urgency=low
 

Modified: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst
===================================================================
--- trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst	2013-03-22 16:39:46 UTC (rev 25866)
+++ trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst	2013-03-28 14:26:57 UTC (rev 25867)
@@ -43,6 +43,9 @@
 	    # I hope this doesn't break the world.
 	    initctl reload-configuration
 	fi
+        if pgrep -u lightdm -f debathena-lightdm-greeter >/dev/null 2>&1; then
+	    restart lightdm || :
+	fi
 
     ;;
 


home help back first fref pref prev next nref lref last post