Steam refuses to start if it cannot write $HOME/.steam. Related to #1890. Any setup will do to reproduce this issue.
$HOME/.steam
rm -r "$HOME/.steam*"
chmod 555 $HOME
$ steam
mkdir: cannot create directory «/home/john/.steam»: Permission denied
Nothing extracted yet.
Steam refuses to start if it cannot write
$HOME/.steam.Related to #1890.
Any setup will do to reproduce this issue.
Steps for reproducing this issue:
rm -r "$HOME/.steam*"chmod 555 $HOME$ steammkdir: cannot create directory «/home/john/.steam»: Permission denied