<?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=Koelle25</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=Koelle25"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Koelle25"/>
	<updated>2026-04-30T08:25:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=KDE&amp;diff=21620</id>
		<title>KDE</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=KDE&amp;diff=21620"/>
		<updated>2022-02-25T15:36:59Z</updated>

		<summary type="html">&lt;p&gt;Koelle25: Add Screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:KDEScreenshot.png |thumb |KDE Plasma screenshot.]]&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|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. However, the rest of Plasma can be installed separately to get a functional desktop.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Install]] AlpineLinux&lt;br /&gt;
* [[Post_installation#Creating_a_new_user_account|Create a user account]] (optional but recommended)&lt;br /&gt;
* [[Post_installation#Repositories|Enable the Community repository]]&lt;br /&gt;
* [[Alpine_setup_scripts#setup-xorg-base|Install Xorg]]&lt;br /&gt;
&lt;br /&gt;
{{Note|[[Wayland]] can be used but may be less stable and Plasma may still require Xorg}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Standard plasma installation ====&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add plasma elogind polkit-elogind dbus}}&lt;br /&gt;
&lt;br /&gt;
This will install the required Plasma packages, {{Pkg|sddm}} and pre-configure it to use the Breeze theme.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Lightweight plasma installation ====&lt;br /&gt;
&lt;br /&gt;
Alternatively, a smaller installation can be done:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add plasma-desktop systemsettings sddm breeze elogind polkit-elogind dbus}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|If you are missing something that is in a standard Plasma installation check out the dependencies of the {{Pkg|plasma}} package because it is likely you will find whatever your missing there.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For both installation methods you need to enable the following services:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# rc-update add dbus}}&lt;br /&gt;
{{Cmd|# rc-update add elogind}}&lt;br /&gt;
{{Cmd|# rc-update add polkit}}&lt;br /&gt;
{{Cmd|# rc-update add udev}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|&#039;&#039;&#039;polkit&#039;&#039;&#039; and &#039;&#039;&#039;udev&#039;&#039;&#039; are technically optional (or have other alternatives) but if they are not installed/started features (or the system) may not work properly, modify this at your own risk!}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&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 smaller 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;
&amp;lt;br&amp;gt;&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, the display manager is set up using {{Pkg|sddm}}.&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. To 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;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Post installation]]&lt;br /&gt;
* [[Flatpak]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Koelle25</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=File:KDEScreenshot.png&amp;diff=21619</id>
		<title>File:KDEScreenshot.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=File:KDEScreenshot.png&amp;diff=21619"/>
		<updated>2022-02-25T15:35:06Z</updated>

		<summary type="html">&lt;p&gt;Koelle25: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;KDE Plasma Screenshot&lt;/div&gt;</summary>
		<author><name>Koelle25</name></author>
	</entry>
</feed>