From 146a2352bc224e86512c563998522914049fe81c Mon Sep 17 00:00:00 2001 From: HADEON <52324046+h8d13@users.noreply.github.com> Date: Sun, 4 Jan 2026 09:37:58 +0100 Subject: [PATCH] Change plasma-meta -> -desktop. (#4076) This avoids to pull in sddm-kcm (to respect user's choice of login manager) And to not pull in discover and related tools that should also be up to the user. --- archinstall/default_profiles/desktops/plasma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/default_profiles/desktops/plasma.py b/archinstall/default_profiles/desktops/plasma.py index 8f5836e2..b26ae7cf 100644 --- a/archinstall/default_profiles/desktops/plasma.py +++ b/archinstall/default_profiles/desktops/plasma.py @@ -12,7 +12,7 @@ class PlasmaProfile(XorgProfile): @override def packages(self) -> list[str]: return [ - 'plasma-meta', + 'plasma-desktop', 'konsole', 'kate', 'dolphin',