summarylogtreecommitdiffstats
path: root/proton-disable_lock.patch
diff options
context:
space:
mode:
authorStelios Tsampas2020-02-08 16:34:54 +0200
committerStelios Tsampas2020-02-08 16:34:54 +0200
commit56ddbb615a90fc0d2a8bb3942f692cc2c7c40eec (patch)
treeb689c0098ab8680f4b52274ed7dcfebf5b6751c9 /proton-disable_lock.patch
parent4d1db5db600161e7d99fcaeefb78630756a28579 (diff)
downloadaur-56ddbb615a90fc0d2a8bb3942f692cc2c7c40eec.tar.gz
version 5.0-1
Diffstat (limited to 'proton-disable_lock.patch')
-rw-r--r--proton-disable_lock.patch13
1 files changed, 11 insertions, 2 deletions
diff --git a/proton-disable_lock.patch b/proton-disable_lock.patch
index a8998b113db2..b4a218fc5e8b 100644
--- a/proton-disable_lock.patch
+++ b/proton-disable_lock.patch
@@ -1,8 +1,8 @@
diff --git a/proton b/proton
-index 22b5112..f0edf82 100755
+index 3a9422a..e4ef2c2 100755
--- a/proton
+++ b/proton
-@@ -104,39 +104,15 @@ class Proton:
+@@ -102,39 +102,15 @@ class Proton:
self.user_settings_file = self.path("user_settings.py")
self.wine_bin = self.bin_dir + "wine"
self.wineserver_bin = self.bin_dir + "wineserver"
@@ -44,3 +44,12 @@ index 22b5112..f0edf82 100755
class CompatData:
def __init__(self, compatdata):
+@@ -396,8 +372,6 @@ class Session:
+
+ self.env["WINEDLLPATH"] = g_proton.lib64_dir + "/wine:" + g_proton.lib_dir + "/wine"
+
+- self.env["GST_PLUGIN_SYSTEM_PATH_1_0"] = g_proton.lib64_dir + "gstreamer-1.0" + ":" + g_proton.lib_dir + "gstreamer-1.0"
+- self.env["WINE_GST_REGISTRY_DIR"] = g_compatdata.path("gstreamer-1.0/")
+
+ if "PATH" in os.environ:
+ self.env["PATH"] = g_proton.bin_dir + ":" + os.environ["PATH"]