From dea40ea0a8581f0ceb910918cc4c513f9dba5871 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 20 Aug 2018 10:45:26 -0500 Subject: [PATCH] Revert "proton: Use $USER instead of "steamuser"" This reverts commit 935875ceabaa89974448207b5a74c7770d9d7d45. --- proton | 4 ++-- wine | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proton b/proton index 98826642..d4bdc7d5 100755 --- a/proton +++ b/proton @@ -251,10 +251,10 @@ with prefix_lock: except: pass - makedirs(prefix + "/drive_c/users/" + os.environ["USER"] + "/Local Settings/Application Data/openvr") + makedirs(prefix + "/drive_c/users/steamuser/Local Settings/Application Data/openvr") #remove existing file - vrpaths_name = prefix + "/drive_c/users/" + os.environ["USER"] + "/Local Settings/Application Data/openvr/openvrpaths.vrpath" + vrpaths_name = prefix + "/drive_c/users/steamuser/Local Settings/Application Data/openvr/openvrpaths.vrpath" if os.path.exists(vrpaths_name): os.remove(vrpaths_name) diff --git a/wine b/wine index e8b512a0..c31fff35 160000 --- a/wine +++ b/wine @@ -1 +1 @@ -Subproject commit e8b512a03970dab49d53e5b95ee9f9d3218a2d65 +Subproject commit c31fff3533fe8d9285a7f971108ae2b7adfa6deb