-
Notifications
You must be signed in to change notification settings - Fork 130
Troubleshooting
TheEvilSkeleton edited this page Jul 11, 2020
·
4 revisions
Changing the "Installation directory" in Preferences > Steam
to ~/.var/app/com.valvesoftware.Steam/.steam
, symbolically linking from ~/.var/app/com.valvesoftware.Steam/.local/share/Steam
to ~/.local/share/Steam
, and then relaunching GameHub will resolve this issue. To do so, follow the instructions below:
- In GameHub, navigate to
Preferences > Steam
; - In "Installation directory", change the directory path to
/home/${USER}/.var/app/com.valvesoftware.Steam/.steam
, where${USER}
is your current user; - Run the following command:
ln -s ~/.var/app/com.valvesoftware.Steam/.local/share/Steam ~/.local/share/Steam
- Relaunch GameHub.