Skip to content
TheEvilSkeleton edited this page Jul 11, 2020 · 4 revisions

Using Steam Flatpak with GameHub

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:

  1. In GameHub, navigate to Preferences > Steam;
  2. In "Installation directory", change the directory path to /home/${USER}/.var/app/com.valvesoftware.Steam/.steam, where ${USER} is your current user;
  3. Run the following command:
ln -s ~/.var/app/com.valvesoftware.Steam/.local/share/Steam ~/.local/share/Steam
  1. Relaunch GameHub.
Clone this wiki locally