Hi all, Sony loves these data collection messages at the beginning of their games. They don’t even give you the option to opt-out. It is mandatory and is either “Full data” or “limited”. I don’t want to give them either. Is there a straight forward way to do this? Thanks in advance.
are you using Heroic lsuncher from flatpak? if yes you need to somehow add firejail to Heroic app, or just restrict acess to internet for whole Heroic launcher
flatpak --user override --unshare=network com.heroicgameslauncher.hgl
if not you need to add
firejail
wrapper with--noprofile --net=none
args without any quotes (it says “Make sure to quote args with spaces”, which is not your case)Very much appreciated. Sometimes, some things don’t make sense to me in English (second language). Even very simple things. I genuinely thought they’re saying add quotes AND spaces to args. 😂 Also, I don’t use flatpak. Just regular binary from the AUR. So, I’ll add the wrapper. Life is good now thanks to you <3