From Fedora Project Wiki

(+Admon/tip)
m (updated for version 9, previous package name no longer exists, page needs better instructions for Add/Remove Programs)
Line 8: Line 8:
You will have the option of installing KDE during the Fedora installation process.
You will have the option of installing KDE during the Fedora installation process.


You can also install KDE packages after installation using [[Tools/yum|  yum]]  or the package manager of your choice.
You can also install KDE packages after installation using the command line or the package manager of your choice.


To install KDE using yum, execute the following as root:
To install KDE using the command line, execute the following as root:


<pre>
<pre>
yum groupinstall "KDE (K Desktop Environment)"
yum groupinstall KDE
</pre>
</pre>



Revision as of 05:36, 30 September 2008

KDE

The K Desktop Environment (KDE) is a powerful desktop environment. It is available in Fedora as an alternative to the GNOME desktop and other window managers.


Installing KDE

You will have the option of installing KDE during the Fedora installation process.

You can also install KDE packages after installation using the command line or the package manager of your choice.

To install KDE using the command line, execute the following as root:

yum groupinstall KDE

Using KDE

During the default login process, you can use the "Session" menu to choose a KDE login instead of a GNOME login. You will be asked if you wish to make KDE your default desktop.

You can make KDE the system-wide default desktop. This is not necessary in order to use KDE, and may affect other users on the system. To make KDE the default desktop environment, add the following line to /etc/sysconfig/desktop:

DESKTOP="KDE"
Idea.png
If this file already contains a DESKTOP entry, you must replace that entry.

The default display manager on Fedora is GDM - The GNOME Display Manager. You can switch this to KDM - The KDE Display Manager. This has little impact on the end-user experience, and isn't necessary in order to use KDE. To make KDM the default display manager, add the following line to /etc/sysconfig/desktop:

DISPLAYMANAGER="KDE"
Idea.png
If this file already contains a DISPLAYMANAGER entry, you must replace that entry.

Fedora's KDE SIG

The KDE SIG (Special Interest Group) is a group of Fedora contributors that maintain popular KDE packages.

KDE Spin

Fedora 7 has merged Core and Extras and the broader community now has better access to packages. Fedora 7 and above includes a KDE spin.

Links