Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You could try this:
mv ~/.steam/steam/* ~/.local/share/Steam/
rmdir ~/.steam/steam
ln -s ../.local/share/Steam ~/.steam/steam
rm -rf ~/.steam/bin
Which is essentially doing what the steam executable is trying to do, but failing.
To those with this same problem: keep in mind you need to find where your ".local" and ".steam" directories are. Mine aren't in my root (~), but in my account's home directory ("/home/[username]")
Help?
I have this exactly same problem. Just updated to Mint 18 and now Steam won't work. Get same 'Steam data' comment. It seems the command lines given above won't work because the files are in a different place, although I'm not sure how to change the command to fit Mint. Now I'm worried about updating my HTPC. Don't want to bork my Steam install. :(
Fixed it by changing the video driver used.
By default Mint18 is configured to use the open source xserver-xorg-video-nouveau driver.
In Menu/Administration/Drivers Manager, I changed it to the recommended one (nvidia-361 in my case) and rebooted.
After reboot, the screen remained black with only the mouse pointer visible for a few minutes, probably self configuring something but it went back to normal by itself then.
I'm now able to launch Steam.
Hope that can help someone.