Skip to content
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

Open
fennectech opened this issue Dec 2, 2024 · 2 comments
Open

Open Steam if its not running in desktop mode #118

fennectech opened this issue Dec 2, 2024 · 2 comments

Comments

@fennectech
Copy link

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.

@antheas
Copy link
Collaborator

antheas commented Dec 26, 2024

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

@fennectech
Copy link
Author

fennectech commented Dec 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants