archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.95k stars 514 forks source link

Need update profile desktop kde #2382

Closed xniksysx closed 5 months ago

xniksysx commented 5 months ago

archinstall/default_profiles/desktops/kde.py need update via distro change main line kde5 to kde6


            "plasma-wayland-session",
            "egl-wayland"

No more pkg "plasma-wayland-protocols" I change that line to "plasma-wayland-protocols" and delete "egl-wayland" this is nvidia feature, but i have amdgpu. Maybe egl-wayland move to driver choose options in nvidia?

xniksysx commented 5 months ago

check dependendency, plasma-wayland-protocols not need for installation, only for build

svartkanin commented 5 months ago

Fixed with https://github.com/archlinux/archinstall/pull/2386, as there is no new release yet please clone the latest master and run it from there to workaround it for now