From 04cf28f5f988f9d2d0854507ffec70a813371bb9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Oct 2023 12:41:54 -0700 Subject: Workaround for pcsx2 binary path. --- profiles/pcsx2-qt.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/pcsx2-qt.profile b/profiles/pcsx2-qt.profile index afc58ed..8233be1 100644 --- a/profiles/pcsx2-qt.profile +++ b/profiles/pcsx2-qt.profile @@ -7,7 +7,10 @@ ignore ipc-namespace ignore netfilter nodvd -private-bin PCSX2,pcsx2-qt +# private-bin disabled until I can find a way to specify a custom resources path +ignore private bin +#private-bin PCSX2,pcsx2-qt + ignore private-etc alsa,alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dconf,drirc,fonts,gconf,glvnd,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,nvidia,pango,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg # alsa requires /etc/group private-etc asound.conf,group,localtime,machine-id,pulse -- cgit v1.2.1