From 18678da1d7ff8b58cd4c882d25d3280f0897067a Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Jan 2023 14:33:50 -0500 Subject: nongnu: steam: Fix URL handling. This replaces 'xdg-utils' with 'flatpak-xdg-utils' so that the steam container will call out to the host to open URLs and properly handle steam:// URLs as well. This requires portals on the host, e.g. xdg-desktop-portal-gtk. * nongnu/packages/steam-client.scm (steam-client-libs): Replace 'xdg-utils' with 'flatpak-xdg-utils'. --- nongnu/packages/steam-client.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index dca7eef..08baba8 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -219,7 +219,7 @@ ("usbutils" ,usbutils) ; Required for SteamVR. ("util-linux" ,util-linux) ; Required for steam login. ("wayland" ,wayland) ; Required for mesa vulkan (e.g. libvulkan_radeon). - ("xdg-utils" ,xdg-utils) + ("flatpak-xdg-utils" ,flatpak-xdg-utils) ("xz" ,xz) ("zenity" ,zenity))) ; Required for progress dialogs. -- cgit v1.2.3