From 3905bfe31aa711e7ed2363e4acbe1f458d73d677 Mon Sep 17 00:00:00 2001 From: zbik Date: Tue, 3 Dec 2024 10:03:42 +0100 Subject: [PATCH] Update plasma.py (#2998) changed kwrite to kate as the two packages merged together in 2022 and removed egl-wayland (why was it there in the first place?) --- archinstall/default_profiles/desktops/plasma.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/archinstall/default_profiles/desktops/plasma.py b/archinstall/default_profiles/desktops/plasma.py index 597f281f..f6635f13 100644 --- a/archinstall/default_profiles/desktops/plasma.py +++ b/archinstall/default_profiles/desktops/plasma.py @@ -14,11 +14,10 @@ class PlasmaProfile(XorgProfile): return [ "plasma-meta", "konsole", - "kwrite", + "kate", "dolphin", "ark", - "plasma-workspace", - "egl-wayland" + "plasma-workspace" ] @property