archinstall
archinstall copied to clipboard
KDE profile installs egl-wayland for non-NVIDIA users
My understanding of egl-wayland from the Wiki, is that it is only required for NVIDIA devices. I use AMD and still got the package. You could check the driver selections prior to installation of that package.
Very small issue. Thanks for the great installer.
class KdeProfile(XorgProfile):
def __init__(self):
super().__init__('Kde', ProfileType.DesktopEnv, description='')
@property
def packages(self) -> List[str]:
return [
"plasma-meta",
"konsole",
"kwrite",
"dolphin",
"ark",
"plasma-wayland-session",
"egl-wayland"
]
Yeah this seems weird to me, hopefully this gets addressed at some point
I am also on AMD hardware - does anyone know what egl-wayland is actually used for?