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

Improve Steam path detection #384

Open
declanmarks opened this issue May 13, 2020 · 1 comment
Open

Improve Steam path detection #384

declanmarks opened this issue May 13, 2020 · 1 comment

Comments

@declanmarks
Copy link

On my system steam is install through flatpak. What is the corrent path should I put for the steam installation directory. I have tried lots of different paths and non of them have worked.

@TheEvilSkeleton
Copy link
Contributor

TheEvilSkeleton commented Jul 11, 2020

the current path for Steam Flatpak is located at ~/.var/app/com.valvesoftware.Steam/.steam.

GameHub searches for ~/.local/share/Steam (i think), so you will have to symlink ~/.var/app/com.valvesoftware.Steam/.local/share/Steam to ~/.local/share/Steam:

ln -s ~/.var/app/com.valvesoftware.Steam/.local/share/Steam ~/.local/share/Steam

relaunch GameHub and it should be finding your username, games, etc

@tkashkin tkashkin changed the title steam config path Improve Steam path detection Oct 19, 2020
tkashkin added a commit that referenced this issue Oct 25, 2020
GameDetailsPage: reenabled functionality
tkashkin added a commit that referenced this issue Sep 1, 2021
GameDetailsPage: reenabled functionality

Former-commit-id: 66a8b16
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