User:Eliasp/Drafts/Plasma Workspace as systemd user-session: Difference between revisions

From KDE TechBase
No edit summary
Line 9: Line 9:
* Increased stability by eliminating existing hacks in startkde, ksmserver, kdeinit, …
* Increased stability by eliminating existing hacks in startkde, ksmserver, kdeinit, …
* Cleaner definition of dependencies between Plasma Workspace components
* Cleaner definition of dependencies between Plasma Workspace components
*  
* Increased security
 


== Resources ==
== Resources ==
=== user-session units for Plasma Workspace ===
=== user-session units for Plasma Workspace ===
I created some initial user-session units for Plasma Workspace which can be found on [https://github.com/eliasp/plasma-workspace-units/ GitHub].
I created some initial user-session units for Plasma Workspace which can be found on [https://github.com/eliasp/plasma-workspace-units/ GitHub].

Revision as of 18:10, 16 June 2014

Plasma Workspace as systemd user-session

Ultimate Goal

The ultimate goal of this project is, to make use of systemd's support for user-sessions wherever possible for running a Plasma Workspace. This support is to be implemented in a way which doesn't get in the way of legacy/cross-platform support, so running a Plasma Workspace without a systemd user-session underneath will still be possible.

What are the benefits?

  • Parallelized and faster startup of the Plasma Workspace after login
  • More finegrained control over running services
  • Increased stability by eliminating existing hacks in startkde, ksmserver, kdeinit, …
  • Cleaner definition of dependencies between Plasma Workspace components
  • Increased security

Resources

user-session units for Plasma Workspace

I created some initial user-session units for Plasma Workspace which can be found on GitHub.