-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lan-mouse: init at 0.6.0 #292333
lan-mouse: init at 0.6.0 #292333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some feedback below.
Also, the program fails to start on my end. strace
indicates that it can't find the applicable socket:
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 10
connect(10, {sa_family=AF_UNIX, sun_path="/run/user/1000/lan-mouse-socket.sock"}, 39) = -1 ENOENT (No such file or directory)
close(10)
7482276
to
536632d
Compare
I'm testing it here with a simple EDIT: Maybe it was the lack of GIO due to not being used |
No, I'm running directly from the terminal. No GUI opens, and the output is as follows:
And I tested this with the gtk wrapper. |
536632d
to
73a547a
Compare
Interesting, you're using the same consumers as I, but it works here, from terminal or not. (and that sock is flawlessly created) |
1 package built: Result of 1 package built:
I'm currently on swayfx and this starts fine for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be a config issue on my end, I can run this fine on my Arch system but not NixOS.
One more change to pass CI:
73a547a
to
0f9841d
Compare
I'll approve if CI is happy with it
@PedroHLC Hi, heres the developer of lan-mouse. I'm not too familiar with nix. Do I open a pr to get the version updated? |
Yes. |
Description of changes
Adds https://github.com/feschber/lan-mouse
Another promising KVM that should work with Wayland…
EDIT: Tested and it works between sway<->sway
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Previous non-nixpkgs attempts (this PR was not based on them):
Add a 👍 reaction to pull requests you find important.