From 0f7c8e3e2b72c19d8a60b2a7e94a9ca8783d4754 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 6 Dec 2023 00:10:19 -0500 Subject: nongnu: steam: Fix SteamVR dashboard. The SteamVR dashboard can be a bit flaky in appearing or not. While it doesn't seem to always require at-spi2-core, that does seem to help at other times. * nongnu/packages/steam-client.scm (steam-client-libs): Add at-spi2-core. --- nongnu/packages/steam-client.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nongnu') diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index f5978d3..2f313c7 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -107,7 +107,8 @@ (license (license:nonfree "file:///share/doc/steam/steam_subscriber_agreement.txt")))) (define steam-client-libs - `(("bash" ,bash) ; Required for steam startup. + `(("at-spi2-core" ,at-spi2-core) ; Required (often) for SteamVR interface. + ("bash" ,bash) ; Required for steam startup. ("coreutils" ,coreutils) ("diffutils" ,diffutils) ("dbus-glib" ,dbus-glib) ; Required for steam browser. -- cgit v1.2.3