I've just installed Steam, and I've noticed that Steam has created a lot of files and directories in my home directory: such as:
linux32
result
steamdeps.txt
steam_install_agreement.txt
steam_latest.deb
steam.sh
ubuntu12_32
Can I safely remove these files from my home directory? If not, what would you advice to clean up my home directory?
Is there any way to stop Steam from polluting my home directory in the future?
touch linux32.hidden
, for example? – Exeleration-G May 04 '13 at 09:15echo -e "linux32\nresult\nsteamdeps.txt\nsteam.sh\nubuntu12_32" > ~/.hidden
– GM-Script-Writer-62850 May 04 '13 at 12:39ls
still shows the files), I will not set this as the final answer for a while. I hope you can understand this. – Exeleration-G May 04 '13 at 13:23~/
runls -a ~/
and you will see all the hidden files/folders, you can try moving the files and see if steam breaks/recreates them – GM-Script-Writer-62850 May 04 '13 at 14:42.hidden
file currently is only read by Nautilus. All other file managers, not only Thunar, don't work with it. – Glutanimate May 04 '13 at 16:38