From a04e63f97fc14dd713dfadb2bf193b09d02fbbc5 Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 29 Nov 2020 19:40:48 -0500 Subject: Small fixes - gimp: allow mbind syscall. no start on Fedora 33 without - minetest: disable private-cache. without persistent cache connecting to servers can take many minutes - supertuxkart: allow bluetooth protocol. stk can directly connect/pair to WiiMote controllers - supertuxkart: comment private-dev to allow controller use - profiles: unify controller support comments - firecfg: comment evolution with a note, and add a note to epiphany #3647 + #2995 --- etc/profile-m-z/minetest.profile | 3 ++- etc/profile-m-z/ostrichriders.profile | 2 +- etc/profile-m-z/ppsspp.profile | 2 +- etc/profile-m-z/steam.profile | 2 +- etc/profile-m-z/supertuxkart.profile | 5 +++-- 5 files changed, 8 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/minetest.profile b/etc/profile-m-z/minetest.profile index e126050b7..666af323d 100644 --- a/etc/profile-m-z/minetest.profile +++ b/etc/profile-m-z/minetest.profile @@ -53,7 +53,8 @@ tracelog disable-mnt private-bin minetest,rm -private-cache +# cache is used for storing assets when connecting to servers +#private-cache private-dev # private-etc needs to be updated, see #1702 #private-etc alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl diff --git a/etc/profile-m-z/ostrichriders.profile b/etc/profile-m-z/ostrichriders.profile index cc44d5a48..3bfda7946 100644 --- a/etc/profile-m-z/ostrichriders.profile +++ b/etc/profile-m-z/ostrichriders.profile @@ -42,7 +42,7 @@ tracelog disable-mnt private-bin ostrichriders private-cache -# private-dev should be commented for controllers +# comment the following line if you need controller support private-dev private-tmp diff --git a/etc/profile-m-z/ppsspp.profile b/etc/profile-m-z/ppsspp.profile index c62e53151..c71553bcd 100644 --- a/etc/profile-m-z/ppsspp.profile +++ b/etc/profile-m-z/ppsspp.profile @@ -32,7 +32,7 @@ protocol unix,netlink seccomp shell none -# private-dev is disabled to allow controller support +# uncomment the following line if you do not need controller support #private-dev private-etc alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl private-opt ppsspp diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile index 7292f189c..adf9c9317 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -109,7 +109,7 @@ shell none # picture viewers are needed for viewing screenshots #private-bin eog,eom,gthumb,pix,viewnior,xviewer -# private-dev should be commented for controllers +# comment the following line if you need controller support private-dev # private-etc breaks a small selection of games on some systems, comment to support those private-etc alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,lsb-release,machine-id,mime.types,nvidia,os-release,passwd,pki,pulse,resolv.conf,services,ssl diff --git a/etc/profile-m-z/supertuxkart.profile b/etc/profile-m-z/supertuxkart.profile index ff99c234e..1b20f5d3d 100644 --- a/etc/profile-m-z/supertuxkart.profile +++ b/etc/profile-m-z/supertuxkart.profile @@ -41,7 +41,7 @@ noroot notv nou2f novideo -protocol unix,inet,inet6 +protocol unix,inet,inet6,bluetooth seccomp seccomp.block-secondary shell none @@ -50,7 +50,8 @@ tracelog disable-mnt private-bin supertuxkart private-cache -private-dev +# uncomment the following line if you do not need controller support +#private-dev private-etc alternatives,ca-certificates,crypto-policies,drirc,hosts,machine-id,openal,pki,resolv.conf,ssl private-tmp private-opt none -- cgit v1.2.3-54-g00ecf