|
Just Beginning
Introduction Is Ubuntu for You?* Which Ubuntu to pick? Installing Ubuntu inside XP Plan Partitions Download and Burn Ubuntu Burn ISO from Mac Install Desktop CD Ubuntu Install Alternate CD Ubuntu* Modest Specs Where's the Terminal? Password in Terminal Install Software Extra Repositories* File Permissions Security in Ubuntu Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
How to install KDE on UbuntuUbuntu's default desktop environment is Gnome. Sometimes people using Ubuntu want to try out KDE as well, though. Warning: having KDE and Gnome together means you'll have cluttered application menus full of KDE applications and Gnome applications. You may also run into some other cosmetic problems (the KDE QT look taking over some of your Gnome themes, a hidden file on your desktop that keeps appearing in Gnome after you've just logged out of KDE). One of the most common problems is the new desktop environment "taking over" the boot splash screen. Here are some instructions to fix that problem. Even though these instructions are for KDE, the same principle applies for adding Gnome to Kubuntu or XFCE to Kubuntu or Ubuntu. Basically, you install the desktop environment, log out, and choose the desktop environment. Note: Some people may tell you to install KDE using Synaptic Package Manager or apt-get. Using aptitude instead will make KDE easier to remove later if you wish to do so.
Paste this command in the terminal: sudo aptitude update && sudo aptitude install kubuntu-desktop
The default can always be changed later by modifying the /etc/X11/default-display-manager file. For KDM, the file should read /usr/bin/kdm; for GDM, the file should read /usr/sbin/gdm
Then, log back in, and you should be using KDE. To switch back to Gnome, just log out and select Gnome from the session menu. If you later decide you don't want KDE any more, go back to the terminal and paste in sudo aptitude remove kubuntu-desktop .
|