-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't launch Steam games #110
Comments
Hi, Could you please run Cartridges from the terminal via |
Sure thing. This is the output:
It's worth noting that the command below also fails, so it seems like the URI scheme is not associated with Steam for some reason.
The Steam generated Desktop files have the following exec line:
EDIT: It may be related with that issue: If that's the case, it may not be a Cartridges issue. But still, an error message explaining the issue would be useful in case somebody else has that problem. It's worth saying I still don't know how to fix it. |
Curiously enough, there is also this:
So the scheme is associated to the Steam desktop file, which does exist. Using the command below, it works:
And if I try to open the |
Yeah, this is an issue on Steam/Debian's side.
I don't currently have a mechanism to do this and I think you understand why I could not add hard-coded error messages for specific bugs on specific distros. The best thing you could do now is either manually change the executable inside of Cartridges from |
My steam.desktop exec line actually looks like that:
So that solution won't work for me.
Oh, I didn't figure I could update games that were imported automatically. Just tried that and it worked btw.
Makes perfect sense to me. Still, considering that replacing xdg-open with steam worked in my case, maybe that could be added as a fallback while importing the Steam library? If the Steam scheme doesn't work, it uses "steam" instead of "xdg-open" automatically. I don't know if that would be simple to implement, since apparently the scheme is associated with Steam, and it still doesn't work, but that may be a possibility worth investigating if other people report the same issue in the future. Until then, in case anyone stumbles with that issue in the future, that works:
|
Describe the bug
While all my Steam games were detected properly, I can't launch any of my Steam games. I press the Play button, a toast notification says the game launched, but it never does. The game does launch normally if I do it using Steam.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The game should have opened.
Screenshots
System:
Additional context
flatpak install flathub hu.kramo.Cartridges
;flatpak run org.libretro.RetroArch
) opens normally when I press the Play button;The text was updated successfully, but these errors were encountered: