steam: Add support for the custom Steam URI handler in Flatpak
1 unresolved thread
1 unresolved thread
Compare changes
+ 50
− 3
@@ -34,6 +34,7 @@
@@ -299,6 +300,7 @@ _srt_steam_check (const GStrv my_environ,
@@ -481,8 +483,39 @@ _srt_steam_check (const GStrv my_environ,
@@ -514,6 +547,18 @@ _srt_steam_check (const GStrv my_environ,
@@ -546,7 +591,9 @@ _srt_steam_check (const GStrv my_environ,
I know that this is not really a bulletproof check but I guess that it would be extremely unlikely to have the desktop entry with the prefix
/app/bin/
when outside a Flatpak environment.