-
Notifications
You must be signed in to change notification settings - Fork 175
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
Steam browser protocol doesn't work #7076
Comments
https://gist.github.com/RockyTV/099336594fec21aebd198f9f2a46758e Looks okay to me, though I'm running |
Hello, I can confirm this behavior as @RockyTV discribed Steamclientversion: April 27 2020 at 21:53:32 Discribe issue: btw terminal output: Expected behaviour would be i click link, it opens civilization 6 and join the civ 6 lobby where the other players are. Steps to reproduce: |
Open a terminal and try this :
|
I'm having a similar issue involving opening steam from chromium. Steam starts but does not show a system tray icon or the UI. Clicking on the .desktop file afterwards will open the UI though. |
I am also having this issue and have found a way to solve it: The ProblemIn the
As I understand it, the %U is outside of the quotation marks encapsulating the command for I have installed steam fro the
which should be fine. So the file probably gets overridden by the first steam update. A (temporary) solutionTo fix this issue temporarily, until the file gets updated, I edited the
So basically, I just moved the |
Can confirm this long standing issue and the simple fix mentioned above Why isn't it fixed yet? |
I opened a pull request for fixing this issue in Linux Mint: linuxmint/mintsystem#129 I don't know about OP as Arch with KDE is stated maybe there's a similar overwrite |
Your system information
Please describe your issue in as much detail as possible:
The Steam browser protocol
steam://
doesn't work. On Firefox, any links that use the protocol just redirect the Steam client to the store front page. On any other app in Linux, clicking asteam://
link fails with the error:EDIT: the protocol handler will redirect the Steam client to whatever window is set as the startup window, on Settings - Interface. When running in terminal, the following line appears whenever I try to open a Steam link in Firefox:
ExecCommandLine: "'/home/alex/.local/share/Steam/ubuntu12_32/steam' -foreground"
Steps for reproducing this issue:
The text was updated successfully, but these errors were encountered: