I've never used the Heroic launcher, but I think the "wrapper command" is what you need
dm9pZCAq
joined 4 years ago
in lutris no, it will automatically launch as ${COMMAND_PREFIX} ${WINE} ${EXECUTABLE}
yes, ... is path to .exe, and yes I also has similar problems with some games with default wine
but for gaming I use lutris with proton, and using firejail from lutris has better results for me (almost all games works without issues)
[SomeGame] > Configure > System options > Command prefix > firejail --noprofile --net=none --
firejail --noprofile --net=none -- wine ...
This app has a lot going for it:
- Free and open source
where is source code of keet?
it is not mentioned on site, I found their github https://github.com/holepunchto but I cannot find keet source here
view more: next ›
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)