mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #257] MacOS input capture backend unavailable #127
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asitstands on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/257
Hi, I downloaded lan-mouse-macos-aarch64 v0.10.0 binary from here. Executing the binary shows a warning. I tried this at M1 macbook running Sonoma 14.2.1. How can I fix this?
Images in the frontend are also broken.
@feschber commented on GitHub (Jan 30, 2025):
You need to grant accessibility permissions under System Settings > Privacy & Security > Accessibility. The application you want to give permissions will depend on how you executed the binary.
The icons are broken because adwaita-icon-theme is missing. I will need to find a way to properly package for Macos and Windows.
@asitstands commented on GitHub (Jan 31, 2025):
Thanks. It works after setting the accessibility permission.
@mrled commented on GitHub (Feb 17, 2025):
I had trouble with this until I realized what you meant by the second sentence -- launching the program from Terminal means I need to give Terminal the accessibility permission.
@feschber commented on GitHub (Apr 29, 2026):
#417