index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-06 17:36:20 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-06 17:36:20 +0530 |
commit | aea819af15e2c3a6312a9363b68e0df78abd585b (patch) | |
tree | 6c1777dbebfdcd9d117703e27230f5f38972f877 /profiles | |
parent | 972defdb8026239974958f8bdfead25aece104d5 (diff) |
-rw-r--r-- | profiles/kde.py | 2 |
diff --git a/profiles/kde.py b/profiles/kde.py index 89bc5080..07796832 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" |