KSmserver was split up so this could be invoked at the end of the session startup. This adds the relevant unit to invoke it.wilder-5.22
parent
ba6110626c
commit
a892e8681d
3 changed files with 11 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
[Unit] |
||||||
|
Description=KDE Session Management Server |
||||||
|
After=plasma-ksmserver.service plasma-xembedsniproxy.service plasma-gmenudbusmenuproxy.service |
||||||
|
|
||||||
|
[Service] |
||||||
|
Type=oneshot |
||||||
|
ExecStart=-@QtBinariesDir@/qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.restoreSession |
||||||
|
Slice=session.slice |
||||||
|
RefuseManualStart=yes |
||||||
Loading…
Reference in new issue