[Pkg-xfce-commits] r9707 - in /goodies/trunk/lightdm/debian: changelog lightdm.service
Yves-Alexis Perez
corsac at moszumanska.debian.org
Thu Feb 9 16:38:40 UTC 2017
Author: corsac
Date: Thu Feb 9 16:38:40 2017
New Revision: 9707
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9707
Log:
* debian/lightdm.service:
- replace plymouth-quit.service since LightDM will quit plymouth by
itself, patch from Laurent Bigonville. closes: #854274
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/lightdm.service
Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=9707&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog (original)
+++ goodies/trunk/lightdm/debian/changelog Thu Feb 9 16:38:40 2017
@@ -1,3 +1,11 @@
+lightdm (1.18.3-2) UNRELEASED; urgency=medium
+
+ * debian/lightdm.service:
+ - replace plymouth-quit.service since LightDM will quit plymouth by
+ itself, patch from Laurent Bigonville. closes: #854274
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 09 Feb 2017 17:37:21 +0100
+
lightdm (1.18.3-1) unstable; urgency=medium
* New upstream release.
Modified: goodies/trunk/lightdm/debian/lightdm.service
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/lightdm.service?rev=9707&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/lightdm.service (original)
+++ goodies/trunk/lightdm/debian/lightdm.service Thu Feb 9 16:38:40 2017
@@ -2,6 +2,14 @@
Description=Light Display Manager
Documentation=man:lightdm(1)
After=systemd-user-sessions.service
+
+# replaces plymouth-quit since lightdm quits plymouth on its own
+Conflicts=plymouth-quit.service
+After=plymouth-quit.service
+
+# lightdm takes responsibility for stopping plymouth, so if it fails
+# for any reason, make sure plymouth still stops
+OnFailure=plymouth-quit.service
[Service]
# temporary safety check until all DMs are converted to correct
More information about the Pkg-xfce-commits
mailing list