GNOME Bugzilla – Bug 747513
Remove mouse plugin
Last modified: 2018-05-03 15:07:42 UTC
As we won't support pre-libinput settings, and that mutter is setting those now.
Created attachment 301145 [details] [review] mouse: Remove support for pre-libinput devices We now stop supporting evdev and synaptics X11 drivers, in favour of mutter talking either to the libinput X11 driver (on X11), or to libinput directly on Wayland.
Review of attachment 301145 [details] [review]: Looks good otherwise. Maybe would be good to add some warning if libinput isn't used, but don't know if there is any simple way to do it... ::: plugins/mouse/gsd-mouse-manager.c @@ +24,3 @@ #include <glib.h> #include <glib/gi18n.h> #include <gio/gio.h> Are the following headers needed? locale.h glib/gi18n.h gio/gio.h @@ +35,2 @@ #define GSD_SETTINGS_MOUSE_SCHEMA "org.gnome.settings-daemon.peripherals.mouse" +#define SETTINGS_MOUSE_A11Y_SCHEMA "org.gnome.desktop.a11y.mouse" It should be used in gsd_mouse_manager_idle_cb, but maybe would be better to do this addition in a separate commit...
The patch in bug 759595 already did this. *** This bug has been marked as a duplicate of bug 759595 ***