flathub / com.valvesoftware.Steam

https://flathub.org/apps/details/com.valvesoftware.Steam
336 stars 70 forks source link

Can't use custom HOME directories #1098

Open maboroshinokiseki opened 1 year ago

maboroshinokiseki commented 1 year ago

I want to use multiple steam account at the same time, I ran steam with the following command

env HOME=/mydir flatpak run com.valvesoftware.Steam

but strangely, steam still installed inside /home/me/.var/app/com.valvesoftware.Steam/ instead of /mydir/.var/app/com.valvesoftware.Steam/

doraskayo commented 11 months ago

Flatpak doesn't work this way and doesn't support app profiles (https://github.com/flatpak/flatpak/issues/1170).

You should either use different users or use the Steam UI to logout from one account and login to another.