-
Notifications
You must be signed in to change notification settings - Fork 22
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
Open Steam if its not running in desktop mode #118
Comments
The problem here is that processes need a parent and hhd should not be steam's parent. It should be owned by the current session. I.e., you need to make it autostart. Also, it never crashes in desktop mode But I am aware the shortcuts are quite useless in desktop mode currently |
Ive had times when steam failed to start on login for what ever reason. I have to go hunt for it in the menus or desktop then. It should be possible to start and then disown steam. So it becomes owned by the session. We could even use sudo to start it. If were doing it as root we wont need to authenticate. |
hhd is not part of the session. The problem is that steam needs to be under the session leader process, not disowned |
Could we tell the DE to start it in its own session? |
Can we assign the left steam button to open steam if it has not already started. Useful in desktop mode if steam crashes or hasn’t started with the system. This would solve the user needing to shift grips to touch the screen if steam isnt running and providing desktop controls in desktop mode.
The text was updated successfully, but these errors were encountered: