M BUZZ CRAZE NEWS
// news

How Can I Restore The Default Login Manager for KDE?

By Joseph Russell

I recently installed the unity-desktop not knowing that it would change my login manager, and that KDE & Unity generally don't play well together. How can I restore the default KDE login manager for Kubuntu 17.04? I believe that it is SDDM, but I'm not sure.

1

2 Answers

You can try to reconfigure the sddm package with the command:

sudo dpkg-reconfigure sddm

A list should appear asking for the default login manager, select sddm and the login manager should be changed.

Previous command didn't work for me. The following worked :

sudo apt-get install --reinstall sddm-theme-breeze

Source : What methods are there to restore a deleted theme? file:///usr/share/sddm//themes/breeze/Main.qml:No such file or directory

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy