GModCEFCodecFix icon indicating copy to clipboard operation
GModCEFCodecFix copied to clipboard

Do not detect "~/.steam/steam" as another Steam installation on Linux

Open Tiagoquix opened this issue 1 year ago • 1 comments
trafficstars

~/.steam/steam is detected as one of the "multiple installations" alongside with ~/.local/share/Steam/.

~/.steam/steam is a link to ~/.local/share/Steam/.

It should not be detected as a multiple Steam install.

I'm not sure if the program tries to detect ~/.steam/root, but it is also a link to ~/.local/share/Steam/.

Tiagoquix avatar Aug 19 '24 07:08 Tiagoquix

~/.steam/steam is a legacy install location, so Steam puts symlink there even if it's installed in the new location. We should probably just be resolving symlinks so it doesn't detect them separately

WinterPhoenix avatar Aug 22 '24 06:08 WinterPhoenix

Should be fixed in the latest release.

WinterPhoenix avatar Sep 28 '24 02:09 WinterPhoenix