Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-06 17:36:20 +0530
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:51:11 -0400
commit210e53ca3e19920ce7350743dc92f0f648f764c7 (patch)
tree313040afb4eeae1b0f40d9f46217771c6990e7f8 /profiles
parent926906d94613ef67aca10754f4e7eb93c8eaf100 (diff)
Update kde.py
Diffstat (limited to 'profiles')
-rw-r--r--profiles/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/kde.py b/profiles/kde.py
index 5fb1ca4c..d1174923 100644
--- a/profiles/kde.py
+++ b/profiles/kde.py
@@ -25,7 +25,7 @@ def _post_install(*args, **kwargs):
print("Plasma wayland is currently in a buggy state on Nvidia cards")
choice = input("Kde plasma has a wayland support would you like to install the required binaries [Y/n] ").lower()
if choice == "y":
- packages = "plasma-meta kde-applications-meta plasma-wayland-session sddm"
+ packages = "plasma-wayland-session"
# if the package selection can be reduced go for it
if "nvidia" in _gfx_driver_packages:
packages = packages + " egl-wayland"