Currently pressMenu2Kill only supports sigkill, but for more respectful closing of the apps a sigterm implementation could be nice.
For example if mi_gfx doesn't exit correctly you get a black screens with Onion apps. You can see this behavior with the updated Terminal app from Eggs : if you close it with pressMenu2Kill / sigkill then you'll have black screen on other apps like GLO Menu.
(XK has implemented a better sigterm implementation for Terminal app, but pressMenu2Kill must be updated too to trigger this sigterm)
What we should implement to avoid to crash Terminal app during scraper or netplay scripts :
pressMenu2Kill test -> sigterm
pressMenu2Kill -9 test -> sigkill
May be a sigkill could be triggered if the sigterm failed.
Currently pressMenu2Kill only supports sigkill, but for more respectful closing of the apps a sigterm implementation could be nice.
For example if mi_gfx doesn't exit correctly you get a black screens with Onion apps. You can see this behavior with the updated Terminal app from Eggs : if you close it with pressMenu2Kill / sigkill then you'll have black screen on other apps like GLO Menu.
(XK has implemented a better sigterm implementation for Terminal app, but pressMenu2Kill must be updated too to trigger this sigterm)
What we should implement to avoid to crash Terminal app during scraper or netplay scripts :
May be a sigkill could be triggered if the sigterm failed.