Install KDE on Linux Mint 12

Linux Mint comes with default Gnome and MATE desktop environment. To install an additional K desktop environment (KDE):

sudo apt-get install kde-full

This is a huge package which is 1.4GB, this is the easiest way to install KDE if you have enough HDD spaces.

You can remove the kdm if you want, for me I preserve kdm but chose lightdm (Linux Mint default dm) as default.

To change lightdm background edit the file:

sudo gedit /etc/lightdm/unity-greeter.conf

Look for this line:

background=/usr/share/backgrounds/linuxmint/default_background.jpg

Change the absolute path to the path your preferred image (jpg or png) is located.

About these ads
This entry was posted in General stuffs, Linux, System OS and tagged , , , , . Bookmark the permalink.

5 Responses to Install KDE on Linux Mint 12

  1. zachary says:

    Thanks for the how-to! Im still very new to linux and im getting the hang of sudo code. Its good to know that I was close to the code by trying to install with help, all i needed was “-full” :)

  2. cyruslab says:

    Thanks. I am glad this short post helps. Next time if you want to find a package using debian based linux use apt-cache search command.

  3. Dedanna says:

    I have been wondering how to install groups of applications forever in Linux Mint. Any help there? The kde-full helps, but I’d like to know if the “full” works for any group of apps.

    Thanks.

  4. cyruslab says:

    kde-full is the meta package which includes those K apps and groups, I am not sure about your question, are you saying if the suffix “full” applies for other packages you install? If this is what you mean then I would say use apt-cache search to find out the name of the package.

  5. Pingback: Linux Mint or Debian - Page 2

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s