From Fedora Project Wiki

(35 intermediate revisions by 14 users not shown)
Line 1: Line 1:
= KDE =
= KDE Plasma Workspaces =


The [http://www.kde.org/ 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.
The [http://www.kde.org/ KDE Plasma Workspaces] provide a modern and customizable environment for running your favourite applications and accessing your information wherever it may be. Plasma Desktop, a home/workstation desktop targeting workspace, is a default one but Plasma Netbook is also provided. It is available in Fedora as an alternative to the default desktop offering (Gnome) and other desktop environments and window managers.


[[Image:fedora10-0day-banner-kde.png]]
[[Image:Fedora14-KDE-Screenshot.png|800px]]


== Installing KDE ==
== Getting Fedora KDE Plasma Workspaces Edition ==


You will have the option of installing KDE during the Fedora installation process.
Get it at the [https://spins.fedoraproject.org/kde/ KDE (Plasma desktop) spin] page.


You can also install KDE packages after installation using the command line or the package manager of your choice.
You can also download default Fedora and then follow the instructions under [[#Installing KDE Plasma Workspaces]].


To install KDE using the command line, execute the following as root:
== Installing KDE Plasma Workspaces ==
 
You will have the option of installing KDE Plasma Workspaces during the Fedora installation process.
 
You can also install KDE Plasma Workspaces packages after installation using the command line or the package manager of your choice.
 
To install KDE Plasma Workspaces using the command line with [[yum]] or [[dnf]], execute the following as root:


<pre>
<pre>
yum groupinstall KDE
 
yum|dnf install @kde-desktop
 
</pre>
</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:
== Using KDE Plasma Desktop ==
<pre>
 
yum groupinstall "KDE (K Desktop Environment)"
During the default login process, you can use the "Session" menu to choose a KDE login instead of a GNOME loginYou will be asked if you wish to make KDE Plasma Desktop your default desktop.
</pre>
 
You can make KDE Plasma Desktop the system-wide default desktop. This is not necessary in order to use KDE Plasma Desktop, and may affect other users on the system. There are several ways to make KDE Plasma Desktop 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 Plasma Workspaces and KDE Applications.
 
=== Graphical interface===
 
Use your favourite package management tool (yum, dnf, kpackagekit) to install <code>sudo yum|dnf install switchdesk-gui</code>, run the <code>switchdesk</code> command and select KDE.
 
To make KDM the default display manager, use your favourite package management tool (yum, dnf, kpackagekit) to install <code>system-switch-displaymanager-gnome</code>, run the <code>system-switch-displaymanager</code> command and select KDM.
 
=== Command line ===
 
Use your favourite package management tool (yum, dnf, kpackagekit) to install <code>sudo yum|dnf install switchdesk</code> and run the <code>switchdesk kde</code> command.


== Using KDE ==
To make KDM the default display manager, use your favourite package management tool (yum, dnf, kpackagekit) to install <code>sudo yum|dnf install system-switch-displaymanager</code> and run the <code>system-switch-displaymanager kdm</code> command.


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.
=== Manual way ===


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 <code>/etc/sysconfig/desktop</code>:
Add the following line to <code>/etc/sysconfig/desktop</code>:


<pre>
<pre>
Line 34: Line 55:
{{Admon/tip|If this file already contains a <code>DESKTOP</code> entry, you must replace that entry.}}
{{Admon/tip|If this file already contains a <code>DESKTOP</code> 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 <code>/etc/sysconfig/desktop</code>:
To make KDM the default display manager, add the following line to <code>/etc/sysconfig/desktop</code>:


<pre>
<pre>
Line 41: 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/kde


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


The [[SIGs/KDE|  KDE SIG]]  (Special Interest Group) is a group of Fedora contributors that [[PackageMaintainers|  maintain]]  popular KDE packages.
The [[SIGs/KDE|  KDE SIG]]  (Special Interest Group) is a group of Fedora contributors that [[PackageMaintainers|  maintain]]  popular KDE packages, take care of KDE-related documentation, artwork and other KDE specific tasks.


== KDE Spin ==
== See Also ==
 
* [[KDE/NFS]]
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.
* [[KDE/Debugging]]


== Links ==
== Links ==


* http://www.kde.org/ - Home of the K Desktop Environment
* http://www.kde.org/ - Home of the K Desktop Environment
* https://fedoraproject.org/wiki/KDE/Using_nm_applet_instead_of_knetworkmanager - How to enable nm-applet by default
* https://fedoraproject.org/wiki/KDE/How_to_reduce_fullscreen_flicker - How to reduce fullscreen flicker
[[Category:KDE]]

Revision as of 10:21, 24 September 2016

KDE Plasma Workspaces

The KDE Plasma Workspaces provide a modern and customizable environment for running your favourite applications and accessing your information wherever it may be. Plasma Desktop, a home/workstation desktop targeting workspace, is a default one but Plasma Netbook is also provided. It is available in Fedora as an alternative to the default desktop offering (Gnome) and other desktop environments and window managers.

Fedora14-KDE-Screenshot.png

Getting Fedora KDE Plasma Workspaces Edition

Get it at the KDE (Plasma desktop) spin page.

You can also download default Fedora and then follow the instructions under #Installing KDE Plasma Workspaces.

Installing KDE Plasma Workspaces

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

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

To install KDE Plasma Workspaces using the command line with yum or dnf, execute the following as root:


yum|dnf install @kde-desktop

Using KDE Plasma Desktop

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 Plasma Desktop your default desktop.

You can make KDE Plasma Desktop the system-wide default desktop. This is not necessary in order to use KDE Plasma Desktop, and may affect other users on the system. There are several ways to make KDE Plasma Desktop 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 Plasma Workspaces and KDE Applications.

Graphical interface

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

To make KDM the default display manager, use your favourite package management tool (yum, dnf, 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, dnf, kpackagekit) to install sudo yum|dnf install switchdesk and run the switchdesk kde command.

To make KDM the default display manager, use your favourite package management tool (yum, dnf, kpackagekit) to install sudo yum|dnf 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/kde

Fedora's KDE SIG

The KDE SIG (Special Interest Group) is a group of Fedora contributors that maintain popular KDE packages, take care of KDE-related documentation, artwork and other KDE specific tasks.

See Also

Links