<?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=Hastalavista</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=Hastalavista"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Hastalavista"/>
	<updated>2026-05-10T03:57:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=KDE&amp;diff=26364</id>
		<title>KDE</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=KDE&amp;diff=26364"/>
		<updated>2024-02-04T07:48:15Z</updated>

		<summary type="html">&lt;p&gt;Hastalavista: /* Prerequisites */ Add missing prerequisite packages that caused SDDM to not accepting input events (keyboard and mouse). source: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15006#note_317477&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-desktop-meta|arch=}} package isn&#039;t available for the &amp;lt;code&amp;gt;ppc64le&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;s390x&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;armhf&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;riscv64&amp;lt;/code&amp;gt; architectures due to the {{Pkg|kdeplasma-addons|arch=}} dependency not being available there. However, the rest of Plasma may be installed separately to potentially get a functional desktop.}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Install]] Alpine Linux&lt;br /&gt;
* Create a [[Setting_up_a_new_user#Creating_a_new_user|user account]]&lt;br /&gt;
* Enable the &amp;lt;code&amp;gt;community&amp;lt;/code&amp;gt; [[Repositories#Managing_repositories|repository]]&lt;br /&gt;
* For users interested in Xorg as opposed to Wayland, install the [[Alpine_setup_scripts#setup-xorg-base|Xorg base packages]]&lt;br /&gt;
* [[D-Bus#Installation|Install and configure D-Bus]]&lt;br /&gt;
* [[Elogind#Installation|Install and configure Elogind]]&lt;br /&gt;
* Install package &amp;lt;code&amp;gt;xf86-input-libinput&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The following command will install the Plasma desktop as specified by the plasma metapackage, including the {{Pkg|sddm|arch=}} display manager and other assorted niceties.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add plasma}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{:Include:Setup_Device_Manager}}&lt;br /&gt;
&lt;br /&gt;
{{Note|&#039;&#039;&#039;polkit&#039;&#039;&#039; and &#039;&#039;&#039;udev&#039;&#039;&#039; are optional services for authentication and device management respectively. While KDE will function without these services enabled, some functionality may be missing or incomplete.}}&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;
{{Note|Most of these are not available on &amp;lt;code&amp;gt;ppc64le&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;s390x&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
* {{Pkg|kde-applications-accessibility|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-admin|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-base|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-edu|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-games|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-graphics|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-multimedia|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-network|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-pim|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-sdk|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-utils|arch=}}&lt;br /&gt;
* {{Pkg|kde-applications-webdev|arch=}}&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 plasma meta-package, the display manager is set up using sddm.&lt;br /&gt;
&lt;br /&gt;
Make sure you enable and start the SDDM service.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-update add sddm&lt;br /&gt;
rc-service sddm start&lt;br /&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|arch=}} 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;
{{Cmd|XDG_SESSION_TYPE{{=}}wayland dbus-run-session startplasma-wayland}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installation#Post-Installation|Post installation]]&lt;br /&gt;
* [[Flatpak]]&lt;br /&gt;
* [https://wiki.archlinux.org/title/KDE KDE - Archwiki]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:Desktop Environments]]&lt;br /&gt;
[[Category:Wayland]]&lt;/div&gt;</summary>
		<author><name>Hastalavista</name></author>
	</entry>
</feed>