From 1e5a1e2150eb56cf7444bf5f84e9d2caaae59aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 31 Oct 2025 12:00:04 -0700 Subject: [PATCH] Desktop: Add udev rules for Steam devices Fixes https://github.com/orgs/elementary/discussions/866 This only adds 20KB It sounds like to complete Steam support we also need to pull in `steam-libs` but this adds a bunch of other packages like `curl` and `zenity` and `fonts-liberation`. It's like 2 MB altogether. I wonder if we can get away with just manually including `libasound2-plugins` and `libva-glx2` if that would solve it --- desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop b/desktop index db842bd..87c68d8 100644 --- a/desktop +++ b/desktop @@ -300,6 +300,7 @@ Vietnamese: * (heif-gdk-pixbuf) # provides a gdk-pixbuf loader for HEIF images * (heif-thumbnailer) # image thumbnailer plugin for HEIF images * (systemd-coredump) # allows us to give consistent commands to get useful backtraces from a crash + * (steam-devices) # udev rules for Steam == Architecture-dependent ==