How to install kde-plasma with lightdm instead of kdm

6,890

Since your initial setup is a minimal installation, I'll take Ubuntu 14.04.1 Server as the base OS.

After installation, all that you get is a command-line prompt without lightdm nor a desktop environment.

Open a user session and type the following commands:

sudo apt-get update
sudo apt-get install lightdm-webkit-greeter --no-install-recommends
sudo apt-get install lightdm --no-install-recommends
sudo apt-get install kubuntu-desktop --no-install-recommends
sudo reboot

Now the lightdm greeter will open a kde plasma desktop:

enter image description here

Share:
6,890

Related videos on Youtube

Josh
Author by

Josh

I`m an Ubuntu enthusiast who likes the web in general. I think linux in general is the base for the Internet. Therefore I like to learn as lot as I can about Linux Web techniques and all related stuff that fits into my leaky brain. Currently I try to develop an automated installer for a Drupal Development Server based on Ubuntu 14 LTS and extend this basic system with basic features like ftp or even a desktop Chooser and so on. If you like o take a look go to https://horvan.github.io/drubuntu

Updated on September 18, 2022

Comments

  • Josh
    Josh over 1 year

    I like lightdm and especially its webkit-greeter a lot. Is there a way to install kde without installing kdm and using lightdm instead?

    I have tried everything from installing kdm and then remove it to dpkg-reconfigure kdm and lightdm to lightdm is the default. but I always got kdm when I boot up or a broken system, when I remove it completely.

    Does anyone know how to get kde together with lightdm?

    By the way. I am doing this on a minimal installation.

  • Josh
    Josh over 9 years
    Have you seen the last sentence of this post? Thank you but there is no desktop installed., yet
  • Fabby
    Fabby about 9 years
    T'es incroyable, toi... ;-) As from now with bounties where you're participating, I'm not even trying! >:)
  • Sylvain Pineau
    Sylvain Pineau about 9 years
    @Fabby Merci, but continue to propose great answers! I think we're all looking for questions where the problem solving part 1. is fun and 2. can teach us new stuff about Ubuntu.