Improve Linux device access, Logitech detection, and startup integration#115
Open
JFly02 wants to merge 2 commits intoTomBadash:masterfrom
Open
Improve Linux device access, Logitech detection, and startup integration#115JFly02 wants to merge 2 commits intoTomBadash:masterfrom
JFly02 wants to merge 2 commits intoTomBadash:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves Linux support, especially for Fedora/GNOME and Bluetooth Logitech devices.
Changes
hidrawfallback for Logitech HID discovery whenhidapialone is not enoughMotivation
On Fedora/GNOME with an MX Master 3S over Bluetooth, Mouser could enumerate the device but still fail to connect reliably. On systems with multiple Logitech mice, Linux device selection could also attach to the wrong mouse.
This PR addresses those Linux-specific issues and documents the required Fedora setup more clearly.
Notes
Fedora users still need local system setup outside the app itself:
python3-devel/xdotoolhidrawand/dev/uinputinputgroupThese steps are now documented in the README.
Testing
python -m unittest tests.test_startup tests.test_backend tests.test_hid_gesture tests.test_mouse_hook