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

[Request]: Support for multiple steam users #3792

Open
VidarHook opened this issue Mar 4, 2025 · 0 comments
Open

[Request]: Support for multiple steam users #3792

VidarHook opened this issue Mar 4, 2025 · 0 comments

Comments

@VidarHook
Copy link

Tell us the problem or your need

Looking at the __get_local_config_path function, it simply globs over the list of users in Steam/userdata/ and picks the first one. This leads to it not discovering steam games unless launched by the user it picks.

Describe the solution you'd like

Maybe merge the vdf dicts from both users somehow, or at least the appids.

Other solutions?

Maybe figure out what user is logged in if several are present and use that one.

Additional context and references

With two accounts, manually editing the flatpak code in steam.py to return confs[-1] makes it list all my steam games again, so this was indeed my issue.

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

No branches or pull requests

1 participant