GNOME Bugzilla – Bug 776214
"Show location of pointer" does not work in Wayland
Last modified: 2017-01-19 15:28:37 UTC
[Not sure if this should have gone under gnome-shell instead of mutter.] In gnome-tweak-tool, I have "Show location of pointer" enabled, which shows the circle pattern around the mouse pointer when Ctrl is pressed. It does not work at all under Wayland. I've tried in Fedora 25 and Arch Linux. This is important especially with multiple screens. I have low vision and it can be very difficult to find the pointer without it. I consider it a show stopper for switching to Wayland. Thanks!
Thanks for the report. A quick look shows that the feature consists of a dedicated X11 client listening to various keyboard input, locating the pointer and drawing the "here-I-am" animation beneath it on some key binding. So, yea, that won't work at all under Wayland. To fix it, we should just make it a keybinding internal to mutter, and the effect drawn using clutter in the compositor.
See bug 690055 which has links to potential problems. I think it should be implemented in gnome-shell, not mutter though.
(In reply to Bastien Nocera from comment #2) > I think it should be implemented in gnome-shell, not mutter though. The actual indication yes, but mutter sounds like a better place for monitoring the control key.
(but let's track this in a single bug anyway) *** This bug has been marked as a duplicate of bug 690055 ***