We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running a process using this as a service I get a segfault from node.js like so:
[michael] [test_robotjs] $ node index.js Could not open main display zsh: segmentation fault (core dumped) node index.js
index.js is just trying to do anything with robot.js:
index.js
robot.js
var robotjs = require("robotjs"); robotjs.mouseClick();
The workaround is easy (run with DISPLAY=:0 or similar), but I would rather not have to configure this module through environment variables.
DISPLAY=:0
The text was updated successfully, but these errors were encountered:
See #34 and let me know if that works for you!
Sorry, something went wrong.
Will test it out later today, sorry for the delay.
No worries! You're doing me a favor!
updated jub3i's code to work with new nan, fixes octalmage#153
c8197e3
3f3dc7b
octalmage
No branches or pull requests
When running a process using this as a service I get a segfault from node.js like so:
index.js
is just trying to do anything withrobot.js
:The workaround is easy (run with
DISPLAY=:0
or similar), but I would rather not have to configure this module through environment variables.The text was updated successfully, but these errors were encountered: