PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
350 stars 34 forks source link

Steam path not found - wrong path #1

Closed supertin closed 5 years ago

supertin commented 5 years ago

SamRewritten couldn't find my Steam install (clean install done about 7 days ago on a clean Ubuntu 18.10 done the same day).

In "MySteam.cpp", it looks for "/.steam/appcache/appinfo.vdf", but the correct path in my install is "/.steam/steam/appcache/appinfo.vdf". The resulting returned string also needs the additional "/steam" too (return std::string(home_path + "/.steam/steam");)

Works fine after doing that (slightly confusing UI, but so is the original if I recall).

PaulCombal commented 5 years ago

Alright, my latest commit should fix this, but I was unable to replicate the issue. If you could try again and tell me if it works, that'd be awesome :) Thanks for the input!

supertin commented 5 years ago

Works great. :smile: