6

When I installed KDE Plasma in Ubuntu 15.04, I set the LightDM as the default manager, But I want to set KDM as the default, how can I change this?

Maythux
  • 87,123

1 Answers1

7

To switch between display managers in Ubuntu you can use the command dpkg-reconfigure, for example to switch to kdm:

sudo dpkg-reconfigure kdm

You'll get a screen that look like this:

enter image description here

choose the one you want(kdm) and hit enter, then probably you need to make a reboot.

All rights go to owner

Maythux
  • 87,123