-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Improve linux game detection #92
base: main
Are you sure you want to change the base?
Conversation
Some games are listed in the discord game database with their parent directories but their launched processes on linux don't always have this included in cmdline. This fixes that by checking processes with their working directories as well. For example, this will now detect DOOM Eternal running through proton.
+1 hope this gets merged soon |
This adds an incredible amount of lag to scanning. is not viable. |
Good catch. It should somehow filter processes to only check "Windows working directory" for processes that belong to Wine. |
simply work, thats great! i can't wait this merge. |
Would love to see this implemented, works beautifully! |
Some games are listed in the discord game database with their parent directories but their launched processes on linux don't always have this included in their cmdline. This fixes that by checking processes with their working directories as well.
For example, this will now detect DOOM Eternal running through proton.