Possible Duplicate:
How do I install KDE and retain LightDM as a login manager?
I upgraded my KDE desktop and suddenly it overrode many parts of unity user interface such as menus, icons, and specifically (in this question) lightDM login screen.
here is a screenshot of menus:
how should i fix this?
I accidently solved one part of one of my questions.
To fix login screen problem (lightDM): At first it may not be overridden and just switched to kdm. Enter this command in terminal:
sudo dpkg-reconfigure lightdm
Hit enter to enter the menu. Select
light-dm
orgdm
instead of kdm and hit enter again. logout or reboot to see if it's fixed.If the problem persists it means that kde changed the theme of lightdm. Enter this command in terminal:
sudo gedit /etc/lightdm/lightdm.conf
and change/add these lines:save the file,
sudo reboot
, enjoy!