Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
srpm
lightdm
Commits
38ab7790
Commit
38ab7790
authored
Jun 27, 2017
by
leigh123linux
Browse files
Let lightdm takes responsibility for stopping plymouth
parent
ac3b6cab
Changes
2
Hide whitespace changes
Inline
Side-by-side
lightdm.service
View file @
38ab7790
...
...
@@ -2,7 +2,15 @@
Description
=
Light Display Manager
Documentation
=
man:lightdm(1)
Conflicts
=
getty@tty1.service
After
=
systemd-user-sessions.service getty@tty1.service plymouth-quit.service livesys-late.service
After
=
systemd-user-sessions.service getty@tty1.service livesys-late.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]
ExecStart
=
/usr/sbin/lightdm
...
...
lightdm.spec
View file @
38ab7790
...
...
@@ -8,7 +8,7 @@
Name: lightdm
Summary: A cross-desktop Display Manager
Version: %{major}.%{minor}
Release:
1
%{?dist}
Release:
2
%{?dist}
# library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
License: (LGPLv2 or LGPLv3) and GPLv3+
...
...
@@ -304,6 +304,9 @@ exit 0
%changelog
* Tue Jun 27 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.22.0-2
- Let lightdm takes responsibility for stopping plymouth
* Thu May 18 2017 Leigh Scott <leigh123linux@gmail.com> - 1.22.0-1
- lightdm-1.22.0 (#1421671)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment