-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Warning on Wayland when I run the ydotoold
daemon: "WARNING: running xinput against an Xwayland server." "unable to find device pointer:ydotoold virtual device"
#205
Comments
No one to look at this? |
Can you retry that with latest main and see if this still happens @ElectricRCAircraftGuy? Currently don't have a ubuntu machine, but we could try to tackle it |
I can confirm that this is still happening when installed with ydotool-git package from AUR which should build on the latest commit |
(I'm still following this but unable to make the time to try it again at this time). |
@Paiusco Manjaro KDE plasma 5.27.11, Wayland. Same thing! |
@DmitryDGD So the way you started the daemon is fine, but as the last line from Use environment variable YDOTOOL_SOCKET to specify daemon socket so you should try to run as: |
Ok, I tracked this issue introduced by this request: #164. So maybe it's also desirable to disable the mouse acceleration on XWayland (maybe @ReimuNotMoe can give some inputs here, pun intended), even tho that may only work for that session... If someone can:
So I can try to get any pattern there... What I can see on my XWayland VM is: so the property that @ReimuNotMoe questions: I think we should remove this from XWayland cases... They mention we should use the compositor's tools for it, that may give us a headache, as every compositor will probably have their own way, no?
I'll implement a fix once we define what to do |
@Paiusco X11 with a wireless mouse dongle plugged in: Wayland (same result with or without wireless mouse dongle): |
I just built
ydotool
from commit 57ba7d0 on Ubuntu 22.04.2.ydotoold --version
showsv1.0.4-0-g57ba7d0
.When running the Wayland window manager (see how to select X11 vs Wayland in my answer here), I get the following warning when I start the daemon:
What does this mean and what implications does it have? What about
unable to find device pointer:ydotoold virtual device
? Does that mean I am unable to fully control the mouse withydotool
?Here is the full command and output:
Note that pressing Windows + D still works just fine. This will press that key sequence to hide all windows, then it waits 2 seconds and presses it again to show all windows:
The text was updated successfully, but these errors were encountered: