I want to install KDE in my Ubuntu 12.04 .
I am using LightDM. So how can I fully install KDE? I do not want to remove LightDM.
I want KDE but without any confliction with it.
I want to install KDE in my Ubuntu 12.04 .
I am using LightDM. So how can I fully install KDE? I do not want to remove LightDM.
I want KDE but without any confliction with it.
Simplest way of doing this is to install Kubuntu and when its installed opening a terminal and typing
sudo apt-get install lightdm
.When you do that
dpkg
will ask you which login manager you want to use between the ones you have installed in your system. You need only to chooselightdm
and that is all. You will have KDE, KDM and LightDM installed and you will be using LightDM as login manager.If you already have a working Unity desktop and you want also to use KDE as a choice, you need to install the KDE desktop environment from the Ubuntu Software Center or with
sudo apt-get install kubuntu-desktop
.Then just reinstall
lightdm
or usesudo dpkg-reconfigure lightdm
to reconfigure your system to use LightDM.Display managers
There can be multiple display managers installed. You can then pick/change the default dm by running the dpkg-reconfigure.
man dpkg-reconfigure
Changing dm (kdm/gdm/lightdm)
Lightdm-KDE
There is also: http://packages.ubuntu.com/precise/lightdm-kde-greeter
LightDM KDE developer's blog
David Edmundson's Web Log: http://www.sharpley.org.uk/
Direct links:
KDE and LightDM revisited: http://www.sharpley.org.uk/node/26
An Update on LightDM KDE: http://www.sharpley.org.uk/blog/an-update-on-lightdm-kde
Google Two-Step Authentication On Your Desktop: http://www.sharpley.org.uk/lightdm-google-authentication
The plan for LightDM-0.2: http://www.sharpley.org.uk/blog/whats_coming_lightdm_02