From Fedora Project Wiki

< SIGs‎ | KDE

Revision as of 12:11, 24 September 2012 by Mbriza (talk | contribs)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Switching from KDM to LightDM login manager

As it is possible to compile kde-workspace without KDM using a cmake parameter [1], we can replace the default KDE login manager (KDM) with others, namely LightDM that has improved its KDE support dramatically lately.

Pro:

  • Smaller code base
  • Better performance (according to their presentation, my experince so far is not that great - mbriza)
  • Simpler API for creating greeters
  • Powermanagement is present
  • Multi-head support is better - Prompt is displayed on the screen where the mouse cursor is

Con:

  • Switching users in KDE is not possible. [2]

What needs to be done:

  • Add the conditional KDM inclusion parameter to kde-workspace
  • Edit kde-settings not to ship KDM settings

Links