Gestures app won't open

I’m having a problem with the Gestures app, every time I try to open it it just doesn’t and then when I try to open from terminal it says this:

Summary
Traceback (most recent call last):
  File "/usr/local/bin/gestures", line 759, in <module>
    subprocess.Popen(["daemonize", sys.argv[0], "execute"])
  File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'daemonize'

Thank you for reporting, I’ll take a look at it when I have the opportunity. Is your user part of the input group?

1 Like

yes it is part of the input group

1 Like

Ok I’m not sure how I can close this topic but I just fixed it, for some reason there was a python script in /usr/local/bin/ that it was launching instead of /usr/bin, and I fixed it by deleting that file and placing a link to /usr/bin/gestures there instead

1 Like