ABaumher / galaxy-integration-steam

Integration with Steam for Galaxy
Other
770 stars 18 forks source link

After Steam Update, games no longer open steam client minimized and do not close it on exit [Windows, 1.2 Beta] #47

Open ABaumher opened 1 year ago

ABaumher commented 1 year ago

More testing is needed, but either the 1.2 Update or the Steam update broke how we force close Steam on game exit, and Steam does not open minimized. Additionally, GOG seems unable to determine the game has closed.

ABaumher commented 1 year ago

may require redoing how we open and close steam, or just an issue caused by the cleanup.

an aside, i am not above using taskkill /f /im steamclient.exe to hard-kill steam. The MacOS equivalent is kill -9 <steam_client_process>. We should explore better options but if that's what it comes to i'm fine with it.