-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Help on running ydotoold #198
Comments
You can reload systemd deamons with But... it stills failed with the same error message.
So I don't know what else to do. ydotool seems to be looking for the socket in the wrong place. |
I found the socket created by ydotool deamon, you have to add the following env var: But, I got a permission denied. Socket is only writeable by root. What is the best way to allow user access securely ? |
You have to start it up first before you can do it. To do this, open a terminal and type $ sudo ydotoold Then, open another terminal while you keep that first one open and type whatever commands you want. Note: Make sure you run all the commands with root privileges |
Hi, ok seems to work if you run it as sudo, I was under the impression it could be launched by a user. Although not ideal, I can use this as it is. Start the process, monitor it then shut it down. |
I wrote a full tutorial on my website here: https://gabrielstaples.com/ydotool-tutorial/#gsc.tab=0 See #207 (comment) |
Just in case someone comes across the same problem again, https://gist.github.com/shellheim/f00b5fe18f6217d990292a2f8f06b78a |
I am not understanding how to get ydotool running under wayland.
Im not clear on the step to run the ydotoold as a daemon service as I get the message
ydotool key F1
"failed to connect socket `/run/user/1000/.ydotool_socket': No such file or directory"
User is a member of the input group.
The text was updated successfully, but these errors were encountered: