<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lpw00</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lpw00"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Lpw00"/>
	<updated>2026-04-30T11:12:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=KDE&amp;diff=19677</id>
		<title>KDE</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=KDE&amp;diff=19677"/>
		<updated>2021-06-24T05:24:23Z</updated>

		<summary type="html">&lt;p&gt;Lpw00: &amp;quot;rc-service start sddm&amp;quot; to &amp;quot;rc-service sddm start&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
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 [https://userbase.kde.org/Welcome_to_KDE_UserBase UserBase wiki] has detailed information about most KDE Applications.&lt;br /&gt;
&lt;br /&gt;
Note that the {{Pkg|plasma}} package isn&#039;t available for the &amp;lt;code&amp;gt;ppc64le&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s390x&amp;lt;/code&amp;gt; architectures due to the {{Pkg|kdeplasma-addons}} dependency not being available there. The rest of Plasma can however be installed separately to get a functional desktop.&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Alpine Installation]]&lt;br /&gt;
* [[Setting_up_a_new_user#Creating_a_new_user|Create user accounts]]&lt;br /&gt;
* [[Alpine_setup_scripts#setup-xorg-base|Graphical base environment]]&lt;br /&gt;
* [[Enable_Community_Repository#Using_community_repositories|Enabled &amp;quot;community&amp;quot; repository]]&lt;br /&gt;
&lt;br /&gt;
=== Plasma ===&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Alternatively, a more minimal installation can be done by installing {{Pkg|plasma-desktop}}.&lt;br /&gt;
&lt;br /&gt;
=== KDE Applications ===&lt;br /&gt;
&lt;br /&gt;
To install the full set of KDE Applications, install {{Pkg|kde-applications}}. You can also choose to install a more limited set of applications by installing any of the subpackages:&lt;br /&gt;
&lt;br /&gt;
* {{Pkg|kde-applications-accessibility}}&lt;br /&gt;
* {{Pkg|kde-applications-admin}}&lt;br /&gt;
* {{Pkg|kde-applications-base}}&lt;br /&gt;
* {{Pkg|kde-applications-edu}}, not available for &amp;lt;code&amp;gt;ppc64le&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s390x&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{Pkg|kde-applications-games}}&lt;br /&gt;
* {{Pkg|kde-applications-graphics}}&lt;br /&gt;
* {{Pkg|kde-applications-multimedia}}&lt;br /&gt;
* {{Pkg|kde-applications-network}}, not available for &amp;lt;code&amp;gt;ppc64le&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s390x&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{Pkg|kde-applications-pim}}, not available for &amp;lt;code&amp;gt;ppc64le&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s390x&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{Pkg|kde-applications-sdk}}&lt;br /&gt;
* {{Pkg|kde-applications-utils}}&lt;br /&gt;
* {{Pkg|kde-applications-webdev}}&lt;br /&gt;
&lt;br /&gt;
= Starting Plasma =&lt;br /&gt;
&lt;br /&gt;
Plasma can be started using a display manager or from the console.&lt;br /&gt;
&lt;br /&gt;
=== Using a display manager ===&lt;br /&gt;
&lt;br /&gt;
When Plasma is installed via the {{Pkg|plasma}} meta-package, this has already been setup using {{Pkg|sddm}}.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you enable and start the SDDM service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rc-update add sddm&lt;br /&gt;
rc-service sddm start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select &#039;&#039;Plasma&#039;&#039; to launch a new session in Wayland&lt;br /&gt;
* Select &#039;&#039;Plasma (X11)&#039;&#039; to launch a new session in Xorg&lt;br /&gt;
&lt;br /&gt;
=== From the console ===&lt;br /&gt;
&lt;br /&gt;
The Xorg session can be launched by installing {{Pkg|xinit}} and appending &amp;lt;code&amp;gt;exec startplasma-x11&amp;lt;/code&amp;gt; to your &amp;lt;code&amp;gt;.xinitrc&amp;lt;/code&amp;gt; file. Then just start X.&lt;br /&gt;
{{Cmd|xinit}}&lt;br /&gt;
&lt;br /&gt;
For the Wayland session run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [[Flatpak]]&lt;br /&gt;
&lt;br /&gt;
[[category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Lpw00</name></author>
	</entry>
</feed>