From a78873abf2c8366e84b7d433ae9a13bb37ccbe39 Mon Sep 17 00:00:00 2001 From: h8d13 Date: Sun, 4 Jan 2026 01:11:55 +0100 Subject: [PATCH] Change plasma-meta -> -desktop. 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 8f5836e234..b26ae7cf9a 100644 --- a/archinstall/default_profiles/desktops/plasma.py +++ b/archinstall/default_profiles/desktops/plasma.py @@ -12,7 +12,7 @@ def __init__(self) -> None: @override def packages(self) -> list[str]: return [ - 'plasma-meta', + 'plasma-desktop', 'konsole', 'kate', 'dolphin',