mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #66] Permission denied to bind lan-mouse-socket #18
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#18
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 @xf- on GitHub (Jan 10, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/66
Can't find anything about it in issue tracker or README.
Tired to connect via
cargo run --release -- --frontend cliconfig.tomlonly sets a port and first tries I had no config and same error.Running Wayland with latest commit on remote side. X11 on client side
@feschber commented on GitHub (Jan 10, 2024):
The error is about the internal Unix Domain Socket that is communicating between the GUI / CLI and the service.
So port should not matter here.
Can you tell me what
$XDG_RUNTIME_DIRpoints to on your system? (Thats where the socket is created)And can you manually create files in that directory?
@xf- commented on GitHub (Jan 10, 2024):
It was on 0 for what ever reason. Now it is correct.
Now it complains about libei not being available (installed 1.2.0) and UnknownMethod ConnectToEIS (xdg desktop portal is installed).
Try to find the issue and get it to work :)