Closed MarkMura closed 6 years ago
ok, it works when I just clone the repo and run it from there. But the pip3 install puts the files god knows where
You are right, thanks! I changed the script and it should work now. Please reopen if there are still problems!
https://github.com/rmst/yoke/blob/4df87a3af6d76aa57dbd58281a9ce76fa83fd5fd/bin/yoke-enable-uinput#L14
at least in my setup (ubuntu xenial, pip3) the script was installed to ~/.local/bin, so that was where $SCRIPTDIR was pointing. But the rules are not in the bin directory, so it seems a "../" is missing.