From Fedora Project Wiki

(General overhaul of the page, cleaning up the meaning of KDE and Plasma, updating some details about SDDM)
(omit dubious comment on common usage)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''KDE'''  is a "free software community dedicated to creating an open and user-friendly computing experience, offering an advanced graphical desktop, a wide variety of applications for communication, work, education and entertainment and a platform to easily build new applications upon." (read more at [https://kde.org kde.org] and at [https://en.wikipedia.org/wiki/KDE wikipedia.org]).
'''KDE'''  is a "free software community dedicated to creating an open and user-friendly computing experience, offering an advanced graphical desktop, a wide variety of applications for communication, work, education and entertainment and a platform to easily build new applications upon." (read more at [https://kde.org kde.org] and at [https://en.wikipedia.org/wiki/KDE wikipedia.org]).


The projects developed by the community develops includes a well-known graphical user environment (desktop view/files, virtual desktops, dashboard like panel) called Plasma, a set of libraries called Frameworks which extend Qt, and various applications which covers various use cases (file manager, messaging, calendar, addressbook, web browsing, graphics - altough most people just use it to open tens of character terminals), all available in the Fedora Linux distribution.
The projects developed by the community develops includes a well-known graphical user environment (desktop view/files, virtual desktops, dashboard-like panel) called Plasma, a set of libraries called Frameworks which extend Qt, and various applications which covers various use cases (file manager, messaging, calendar, address book, web browsing, graphics), all available in the Fedora Linux distribution.


__TOC__
__TOC__
Line 9: Line 9:
[https://www.kde.org/plasma-desktop/ KDE Plasma] provide a modern and customizable environment for running your favourite applications and accessing your information wherever it may be. It is available in Fedora as an alternative to the default desktop offering (Gnome) and other desktop environments and window managers.
[https://www.kde.org/plasma-desktop/ KDE Plasma] provide a modern and customizable environment for running your favourite applications and accessing your information wherever it may be. It is available in Fedora as an alternative to the default desktop offering (Gnome) and other desktop environments and window managers.


[[Image:Fedora14-KDE-Screenshot.png|800px]]
[[File:KDE Plasma 5 on Fedora 22.jpg|800px|center]]


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


You can make Plasma the system-wide default desktop. This is not necessary in order to use Plasma, and may affect other users on the system. There are several ways to make Plasma the default desktop  - GUI and command line tools and manually editing system configuration file.  
You can make Plasma the system-wide default desktop. This is not necessary in order to use Plasma and may affect other users on the system. There are several ways to make Plasma 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 SDDM, recommended by the Plasma team (but not developed by the KDE community).  This has little impact on the end-user experience, and isn't necessary in order to use Plasma.
The default display manager on Fedora is GDM - The GNOME Display Manager.  You can switch this to SDDM, recommended by the Plasma team (but not developed by the KDE community).  This has little impact on the end-user experience and isn't necessary in order to use Plasma.
Please note


==== Graphical interface====
==== Graphical interface====
Line 68: Line 67:
== Communicate ==
== 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  
Fedora KDE users and developers are available on the #fedora-kde IRC channel at Freenode for real-time conversations.  We also have a Fedora KDE mailing list at  


* listinfo: https://lists.fedoraproject.org/admin/lists/kde.lists.fedoraproject.org/
* listinfo: https://lists.fedoraproject.org/admin/lists/kde.lists.fedoraproject.org/

Revision as of 15:01, 13 November 2018

KDE is a "free software community dedicated to creating an open and user-friendly computing experience, offering an advanced graphical desktop, a wide variety of applications for communication, work, education and entertainment and a platform to easily build new applications upon." (read more at kde.org and at wikipedia.org).

The projects developed by the community develops includes a well-known graphical user environment (desktop view/files, virtual desktops, dashboard-like panel) called Plasma, a set of libraries called Frameworks which extend Qt, and various applications which covers various use cases (file manager, messaging, calendar, address book, web browsing, graphics), all available in the Fedora Linux distribution.

Plasma

KDE Plasma provide a modern and customizable environment for running your favourite applications and accessing your information wherever it may be. It is available in Fedora as an alternative to the default desktop offering (Gnome) and other desktop environments and window managers.

KDE Plasma 5 on Fedora 22.jpg

Download

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

You can also download default Fedora and then follow the instructions in the section #Installation.

Installation

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

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

To install Plasma using the command line with dnf, execute the following as root:

dnf install @kde-desktop

Activation

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

You can make Plasma the system-wide default desktop. This is not necessary in order to use Plasma and may affect other users on the system. There are several ways to make Plasma 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 SDDM, recommended by the Plasma team (but not developed by the KDE community). This has little impact on the end-user experience and isn't necessary in order to use Plasma.

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 interface

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.

Manually

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 on the #fedora-kde IRC channel at Freenode for real-time conversations. We also have a Fedora KDE mailing list at

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