Pekka Helenius
Pekka Helenius
The script is outdated due to changes to the OpenRA codebase. The script relies on modchooser functionality which was removed recently from OpenRA. There may be other outdated parts as...
Not that much. I was working on a total overhaul of the script earlier this year (re-implementation of the script logic) but core script codebase is still unfinished as other...
This feature has been requested several times. Unfortunately, I'm not currently working on this because I don't have access to any Mac computer. Anyone who is willing to take the...
This issue is becoming more and more relevant each year. I have used Android 7.1.1 on Anbox fine for couple of years and not raised my voice about it until...
Yes, finding, switching, running a command in it - and when the GUI session terminates, it switches back to your original TTY. So, in a nutshell: the script looks for...
Sorry for being absent for a while, I've been busy with some mid-summer activities (Northern hemisphere). @andrebrait > That sounds _very_ nice. What did you do to handle the signals?...
Yup! I will investigate & check out these bit later once I'll have some time for that. Thank you!
Allright, I implemented suggested sudo solution. Other changes include implementation of '-u' // '-unload' argument which is for unloading attempt of Nvidia GPU without triggering any application launch process. The...
### nvidia-xrun + SIGKILL Practically, two issues raise if we just kill `nvidia-xrun` process: - Nvidia GPU doesn't get unloaded - The new TTY session remains opened - When logging...
Sorry for long delay, haven't been able to access my computer for a few days. Writing this message on my phone. I will implement that parent-child script idea, quite trivial...