You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- InputManager does not use the same device queue process when starting a
composite device that we use for setting the target devices after it is
started. If an external process connects to the dbus interface and uses
set_target_devices before the InputManager has finished starting all targets
it can pass all checks against de-duplication and start multiple conflicting
targets. As a remedy, instead of doing a custom one off method at init, grab
the ComposteDeviceClient and set the target devices the same way.
0 commit comments