easystroke icon indicating copy to clipboard operation
easystroke copied to clipboard

switch from fork to g_spawn_async

Open trengrj opened this issue 9 years ago • 6 comments

I've been using easystroke with the bspwm window manager to create touchscreen actions (like draw a w to open a web browser etc).

It is working really well but I noticed I was ending up with a lot of zombie processes. Switching from fork to glib's g_spawn_async function as in this commit fixed this for me.

trengrj avatar Jan 24 '16 05:01 trengrj

I can confirm this working on fedora 25

cyberalex4life avatar Jan 26 '17 13:01 cyberalex4life

I can confirm this is working in Ubuntu 16.04.

This fixes a serious bug that can lead to system instability. Without this patch, if a 'Command' action is commonly used, it will lead to so many zombie processes that the OS will be unable to launch additional processes.

jamoes avatar Nov 17 '17 22:11 jamoes

Unfortunately, this project seems rather dead.

cyberalex4life avatar Nov 17 '17 22:11 cyberalex4life

Dead or not it still works fine. (with that path)

p2rkw avatar Nov 19 '17 12:11 p2rkw

It is a shame easystroke seems abandoned. Is there a maintained replacement? I know there has been other gesture work done by ubuntu.

trengrj avatar Dec 03 '17 10:12 trengrj

Has anyone tried contacting the author? It's one of my favourite packages, can't imagine working without it.

int-ua avatar Dec 04 '17 07:12 int-ua