Hello
I have a pre-launch script which kills some of my background processes like my compositor (picom) and redshift.
On the post-launch script, I rerun these commands and everything works fine. The problem is that these programs, no matter what I do, are always a subprocess of lutris wrapper.
The problem is that lutris-wrapper eventually dies (when I close lutris, run another game, etc), taking my background processes with him.
I’ve tried
nohup picom &
setsid -f picom &
(picom &) &
...
To no avail, the program is still child of lutris-wrapper.
I’ve also tried to add the processes to the “Exclude Processes” box, doesnt work.
How can I resolve this problem?
nothing, by the hover tip of lutris runtime, I don’t think it has something to do with lutris-wrapper. Not sure tho. Just to be sure, It also doesn’t work on your computer right?