KDE: Difference between revisions

From Alpine Linux
(→‎Installation: factor out info to setup-xorg-base)
m (refer to dedicated pages)
Line 7: Line 7:
= Installation =
= Installation =


=== Graphical base environment ===
=== Prerequisites ===
 
* [[Installation|Alpine Installation]]
* [[Alpine_setup_scripts#setup-xorg-base|Graphical base environment]]
* [[Enable_Community_Repository#Using_community_repositories|Enabled "community" repository]]
* [[Setting_up_a_new_user#Creating_a_new_user|Create user accounts]]


Set up the base environment as explained at [[Alpine_setup_scripts#setup-xorg-base]].


=== Plasma ===
=== Plasma ===


Install the {{Pkg|plasma}} meta-package. This will install the required Plasma packages and {{Pkg|sddm}} and pre-configure it to use the Breeze theme. Alternatively a more minimal installation can be done by installing {{Pkg|plasma-desktop}}.
Install the {{Pkg|plasma}} meta-package. This will install the required Plasma packages and {{Pkg|sddm}} and pre-configure it to use the Breeze theme.
 
Alternatively, a more minimal installation can be done by installing {{Pkg|plasma-desktop}}.


=== KDE Applications ===
=== KDE Applications ===

Revision as of 15:23, 8 May 2021

KDE is a software project comprising a desktop environment known as Plasma, a collection of libraries and frameworks known as KDE Frameworks, and several applications known as KDE Applications. Their UserBase wiki has detailed information about most KDE Applications.

Note that the plasma package isn't available for the ppc64le and s390x architectures due to the kdeplasma-addons dependency not being available there. The rest of Plasma can however be installed separately to get a functional desktop.

Installation

Prerequisites


Plasma

Install the plasma meta-package. This will install the required Plasma packages and sddm and pre-configure it to use the Breeze theme.

Alternatively, a more minimal installation can be done by installing plasma-desktop.

KDE Applications

To install the full set of KDE Applications, install kde-applications. You can also choose to install a more limited set of applications by installing any of the subpackages:

Starting Plasma

Plasma can be started using a display manager or from the console.

Using a display manager

When Plasma is installed via the plasma meta-package, this has already been setup using sddm.

  • Select Plasma to launch a new session in Xorg
  • Select Plasma (Wayland) to launch a new session in Wayland

From the console

The Xorg session can be launched by installing xinit and appending exec startplasma-x11 to your .xinitrc file. Then just start X.

xinit

For the Wayland session run

XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland

See also