From Fedora Project Wiki

No edit summary
Line 6: Line 6:


== Getting Fedora KDE Desktop Edition ==
== Getting Fedora KDE Desktop Edition ==
Fedora 10 KDE Desktop Edition is available at [http://fedoraproject.org/en/get-fedora-kde Get Fedora] section of the official home page.
Fedora 10 KDE Desktop Edition is available at [http://fedoraproject.org/en/get-fedora-kde Get Fedora] section of the official home page.


Line 19: Line 20:


<pre>
<pre>
yum groupinstall KDE
</pre>


In Fedora 10 you might get an error that there is no group called KDE.  To install KDE in Fedora 10+, execute the following as root:
yum install @kde-desktop
<pre>
 
yum groupinstall "KDE (K Desktop Environment)"
</pre>
</pre>


Line 35: Line 33:
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.  
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.  


=== GUI===
=== Graphical interface===
 
Use your favourite package management tool (yum, kpackagekit) to install <code>switchdesk-gui</code>, run the <code>switchdesk</code> command and select KDE.
Use your favourite package management tool (yum, kpackagekit) to install <code>switchdesk-gui</code>, run the <code>switchdesk</code> command and select KDE.


Line 41: Line 40:


=== Command line ===
=== Command line ===
Use your favourite package management tool (yum, kpackagekit) to install <code>switchdesk</code> and run the <code>switchdesk kde</code> command.
Use your favourite package management tool (yum, kpackagekit) to install <code>switchdesk</code> and run the <code>switchdesk kde</code> command.


Line 46: Line 46:


=== Manual way ===
=== Manual way ===
Add the following line to <code>/etc/sysconfig/desktop</code>:
Add the following line to <code>/etc/sysconfig/desktop</code>:


Line 61: Line 62:


{{Admon/tip|If this file already contains a <code>DISPLAYMANAGER</code> entry, you must replace that entry.}}
{{Admon/tip|If this file already contains a <code>DISPLAYMANAGER</code> entry, you must replace that entry.}}
== Communicate ==
Fedora KDE users and developers are available in #fedora-kde irc channel in freenode for real-time conversations.  We also have a Fedora KDE mailing list at
https://admin.fedoraproject.org/mailman/listinfo/fedora-kde


== Fedora's KDE SIG ==
== Fedora's KDE SIG ==

Revision as of 23:25, 16 March 2009

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.

Fedora10-0day-banner-kde.png

Getting Fedora KDE Desktop Edition

Fedora 10 KDE Desktop Edition is available at Get Fedora section of the official home page.

You can also download default Fedora 10 and follow Installing KDE topic.

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 install @kde-desktop

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. There are several ways to make KDE the default desktop - GUI and command line tools and manually editing system configuration file.

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.

Graphical interface

Use your favourite package management tool (yum, kpackagekit) to install switchdesk-gui, run the switchdesk command and select KDE.

To make KDM the default display manager, use your favourite package management tool (yum, kpackagekit) to install system-switch-displaymanager-gnome, run the system-switch-displaymanager command and select KDM.

Command line

Use your favourite package management tool (yum, kpackagekit) to install switchdesk and run the switchdesk kde command.

To make KDM the default display manager, use your favourite package management tool (yum, kpackagekit) to install system-switch-displaymanager and run the system-switch-displaymanager kdm command.

Manual way

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.

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.

Communicate

Fedora KDE users and developers are available in #fedora-kde irc channel in freenode for real-time conversations. We also have a Fedora KDE mailing list at

https://admin.fedoraproject.org/mailman/listinfo/fedora-kde

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