From 09d8724fbfd0e42de2b9c337c6cfdcf4430fc5aa Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 4 Sep 2020 09:54:21 -0700 Subject: Fix controllers and amdgpu crashing on several emulators --- profiles/mupen64plus-qt.profile | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) (limited to 'profiles/mupen64plus-qt.profile') diff --git a/profiles/mupen64plus-qt.profile b/profiles/mupen64plus-qt.profile index f1c3931..b139abe 100644 --- a/profiles/mupen64plus-qt.profile +++ b/profiles/mupen64plus-qt.profile @@ -6,32 +6,10 @@ include mupen64plus-qt.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/mupen64plus -noblacklist ${HOME}/.local/share/mupen64plus - -include disable-common.inc -include disable-devel.inc -include disable-passwdmgr.inc -include disable-passwdmgr.inc -include disable-programs.inc - -# you'll need to manually whitelist ROM files -mkdir ${HOME}/.config/mupen64plus -mkdir ${HOME}/.local/share/mupen64plus mkdir ${HOME}/.local/share/mupen64plus-qt -whitelist ${HOME}/.config/mupen64plus -whitelist ${HOME}/.local/share/mupen64plus whitelist ${HOME}/.local/share/mupen64plus-qt -whitelist ${HOME}/games/Emulators/N64GAMES -read-only ${HOME}/games/Emulators/N64GAMES -include whitelist-common.inc -caps.drop all -net none -nodbus -nodvd -nonewprivs -noroot -notv -novideo -seccomp +# name_to_handle_at required for kde file manager +seccomp !name_to_handle_at + +include mupen64plus.profile -- cgit v1.2.1