-
Notifications
You must be signed in to change notification settings - Fork 128
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
Launch a game without having to run the UI #149
Comments
@tkashkin Thank you. This was quick! |
I'll try to implement adding shortcuts to the Steam library later if I will find a library to work with binary vdf files. |
@tkashkin That'll be amazing! Keep me posted! |
Add games to the Steam library (#149)
@hhirsch I haven't found an existing vala library, so I had to implement it. Fortunately It seems to work fine, but it may be buggy, your existing Steam library shortcuts can disappear, etc. Backup your existing |
hi there, was messing about today with this feature. To see if it was useful. And ended up clicking on "add to steam button" for a game which was already in my steam library. Upon going back to steam however the steam browser is now blank. And none of the content frame for the library, or the store etc shows up. Its just blank now. When clicking on store I can see a progress icon rotating. But it does not load. Neither do the startup hints So it appears the browser has broken for some reason. [edit] oh nevermind... maybe this happened because there was a recent steam update. which occured when steam got opened by this action. and have now found the problem over there ValveSoftware/steam-for-linux#8072 When i look at the file Anyhow shouldn't the import to steam button not work for an existing steam game? Perhaps it should not do anything. Unless the game is not actually a steam game |
Former-commit-id: e4a9f54
Add games to the Steam library (tkashkin#149) Former-commit-id: d5add8c
In PlayOnLinux I can create desktop shortcuts for my games and I can also launch games through the command line interface without having to start the UI.
This is great if I want to use Big Picture mode in steam since PlayOnLinux and GameHub are no good replacement for BPM. It is also a must if I want to use the steam controller as intented.
The text was updated successfully, but these errors were encountered: