From 4a03a68b79d4289cf30927483723bf7b39ab08fc Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 15 Feb 2018 07:32:44 -0600 Subject: [PATCH] proton: Use root symlink instead of steam Apparently Ubuntu mucks with Steam's internal file structure and screws up the steam symlink. The root one isn't messed with, so we can use that instead. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 256ce522..b40738bc 100755 --- a/proton +++ b/proton @@ -98,7 +98,7 @@ if not os.path.isdir(prefix): shutil.copytree(basedir + "/dist/share/default_pfx", prefix, symlinks=True) #copy steam files into place -steamdir = env["HOME"] + "/.steam/steam/legacycompat/" +steamdir = env["HOME"] + "/.steam/root/legacycompat/" dst = prefix + "/drive_c/Program Files (x86)/" makedirs(dst + "Steam") filestocopy = ["steamclient.dll",