as workaround I can do this:
mv $HOME/.local/share/Steam /insecure/my-folder/
ln -s /insecure/my-folder/Steam $HOME/.local/share/Steam
is this the only option?
I've figured out a nice workaround that works fine :)
sudo mkdir /media/games
sudo echo '/insecure/games /media/games none bind,uid=1000,gid=1000 0 0' >> /etc/fstab
sudo mount /media/games
now I see /media/games in steam client so I can add 2nd storage :P
issue can be closed.
Nothing extracted yet.
Your system information
Steam Version: 1702079146
Steam Client Build Date: Fri, Dec 8 02:33 UTC -08:00
Steam Web Build Date: Sat, Dec 9 01:30 UTC -08:00
Steam API Version: SteamClient021
Distribution: Linux Mint 20 (based on ubuntu focal)
Please describe your issue in as much detail as possible:
I have a new folder with write access in /insecure/something-here that I'd like to add as 2nd storage for games (without encryption - to be faster)
According to steam logs it checks for write permissions in each root mounted point:
QUESTION: how to add a custom path as storage?
and btw. thank you guys very much for supporting linux :)