[SCM] sddm packaging branch, master, updated. debian/0.13.0-1-22-ga00512c

Maximiliano Curia maxy at moszumanska.debian.org
Wed Feb 8 19:07:36 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=a00512c

The following commit has been merged in the master branch:
commit a00512c06493fb733aba49569a4763318c7b7f4f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Feb 8 20:05:08 2017 +0100

    Avoid killing plymouth from the sddm system unit
    
    We are currently forcing plymouth to stop in order to free tty1, which
    is not the default in Debian. See #854260
---
 debian/sddm.service | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/sddm.service b/debian/sddm.service
index 28fa8e3..1cbeb77 100644
--- a/debian/sddm.service
+++ b/debian/sddm.service
@@ -5,10 +5,15 @@ Documentation=man:sddm(1) man:sddm.conf(5)
 Conflicts=getty at tty7.service
 After=getty at tty7.service
 
-# Ordering
-Conflicts=plymouth-quit-wait.service
-After=systemd-user-sessions.service plymouth-start.service plymouth-quit-wait.service
-OnFailure=plymouth-quit.service
+After=systemd-user-sessions.service
+
+# If using tty1 and plymouth, sddm will fail till plymouth stops
+# consider using:
+## After=plymouth-quit.service
+# or to forcefully stop plymouth and start earlier:
+## Conflicts=plymouth-quit-wait.service
+## After=plymouth-start.service plymouth-quit-wait.service
+## OnFailure=plymouth-quit.service
 
 [Service]
 # temporary safety check until all DMs are converted to correct

-- 
sddm packaging



More information about the pkg-kde-commits mailing list