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

Support additional steam installation directories #69

Open
cyberrumor opened this issue Dec 14, 2024 · 2 comments
Open

Support additional steam installation directories #69

cyberrumor opened this issue Dec 14, 2024 · 2 comments

Comments

@cyberrumor
Copy link
Owner

cyberrumor commented Dec 14, 2024

Steam may be installed in a location besides ~/.local/share/Steam, which would break libraryfolders.vdf detection logic.

~/.steam/steam is typically a symlink. Perhaps we can use it to reliably detect the actual install location of steam.

cyberrumor added a commit that referenced this issue Dec 15, 2024
Try to get the steam install location from the symlink ~/.steam/steam,
and if it can't be found, fallback to the old location of
~/.local/share/Steam.
@duran55
Copy link
Contributor

duran55 commented Dec 15, 2024

In my case both .steam and .steam/steam are regular dirs, not symlinks.

@cyberrumor cyberrumor reopened this Dec 15, 2024
cyberrumor added a commit that referenced this issue Dec 16, 2024
Ammo now requires this folder to exist. It's okay if it's a symlink to
the folder that contains steamapps.
@duran55
Copy link
Contributor

duran55 commented Dec 18, 2024

Now it's ok.

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