From 4124e3954ea77e07739c6cd1ceb13510e2378a48 Mon Sep 17 00:00:00 2001 From: termdisc Date: Fri, 17 Jan 2025 11:39:12 -0600 Subject: [PATCH 1/2] Add mount paths to secondary drives --- com.github.Matoking.protontricks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.github.Matoking.protontricks.yml b/com.github.Matoking.protontricks.yml index a762e54..f6075b2 100644 --- a/com.github.Matoking.protontricks.yml +++ b/com.github.Matoking.protontricks.yml @@ -62,6 +62,10 @@ finish-args: - --filesystem=xdg-videos - --filesystem=xdg-download + # Secondary drives + - --filesystem=/run/media + - --filesystem=/mnt + add-extensions: org.freedesktop.Platform.Compat.i386: directory: lib/i386-linux-gnu From 451488baaa8fc62f0af4a3cbe229f1acf66450af Mon Sep 17 00:00:00 2001 From: termdisc Date: Mon, 20 Jan 2025 10:46:50 -0600 Subject: [PATCH 2/2] Update com.github.Matoking.protontricks.yml include /media --- com.github.Matoking.protontricks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.github.Matoking.protontricks.yml b/com.github.Matoking.protontricks.yml index f6075b2..35c95a9 100644 --- a/com.github.Matoking.protontricks.yml +++ b/com.github.Matoking.protontricks.yml @@ -65,6 +65,7 @@ finish-args: # Secondary drives - --filesystem=/run/media - --filesystem=/mnt + - --filesystem=/media add-extensions: org.freedesktop.Platform.Compat.i386: