archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

KDE profile installs egl-wayland for non-NVIDIA users

Open jaredmo opened this issue 2 years ago • 2 comments

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"
		]

jaredmo avatar Apr 21 '23 12:04 jaredmo

Yeah this seems weird to me, hopefully this gets addressed at some point

alexsch01 avatar Mar 08 '24 17:03 alexsch01

I am also on AMD hardware - does anyone know what egl-wayland is actually used for?

deadmeu avatar Jul 27 '24 15:07 deadmeu