-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot launch games from 2nd steam library #7
Comments
Just to clarify, the games do show up in the list, I just can't launch them |
Try setting the $STEAM_APP_DIR env variable, or temporarily hard coding here: https://github.com/dmadisetti/steam-tui/blob/main/src/util/paths.rs#L32 Ideally this should be set from the config, but I just didn't have the bandwidth |
Also you can provide some debug information. What is the output of |
The output of
After setting the |
I won't be able to test this until at least Thursday, but if you run ' force_install_dir <>' right after logging in Note to implementer: An actual implementation of this should let the user choose their install dir on load, and then write that to the config file. Sorry it's pretty buggy. I didn't really think this would take off? |
After adding that line above the line currently there, it still doesn't launch the games on the hard disk, nor the games on my main SSD. |
Hi, I've been trying to use this but I can't seem to get any games on my hard disk to launch. I have one steam library on the same SSD as my OS, but I have a second steam library on my hard disk. The first library is at
~/.local/share/Steam/steamapps
and the second library is at/run/media/username/diskName/Steam/steamapps
. I'm not really sure how to provide you with any debug information, so if you have anything I can do just tell me.OS: Manjaro with Linux 5.10.34
SteamCMD Version:
latest-3
The text was updated successfully, but these errors were encountered: