2

whenever I reboot the lightdm display the mouse cursor but it doesn't show the login form. However if I type my password I login into my account. This hapens since I've moved to kubuntu 15.04 (upgrade from kubuntu 14.10). I've reinstalled lightdm and it keeps doing the same thing. Any ideas? Thkx, Pedro.

2 Answers2

0

It looks like a bug and affects me too. Switching to SDDM works for me. Switching from lightdm to SDDM is as follows:

Run the following and select sddm, and then do a restart:

sudo dpkg-reconfigure lightdm

Then select sddm.

Seth
  • 59,332
-1

Have you tried this:

   sudo apt-get install --reinstall unity
   sudo apt-get update
   sudo apt-get upgrade
   sudo apt-get dist-upgrade
   unity --replace

and it might work fine this way

Michael
  • 2,597