mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #290] No certificate fingerprint showing on the UI #145
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#145
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 @mbinns on GitHub (May 2, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/290
When starting up the application everything seems to work fine and it can communicate to the other lan-mouse instances on my lan... But I am not seeing the fingerprint on one of the clients so I cannot add it as an authorized source on the other clients.
Please let me know if there is any other information I can provide, or just a place I can get the fingerprint on disk.
@sjagoe commented on GitHub (Sep 23, 2025):
The encryption appears to be in
mainand not yet in a "stable" release, so is not packaged on nixos.I'm using the latest built from source with this in my
flake.nixand adding
inputs.lan-mouse.packages.${pkgs.system}.lan-mouseto home packages (passing flakeinputsviaspecialArgs.inputs = inputs;)Sorry I can't share my actual configuration; it's in a repository containing private data.
@fnchooft commented on GitHub (Oct 3, 2025):
Morning - can confirm this.
I just did a clean checkout on Ubuntu 24.04 ( default installation ).
Same rev as @sjagoe.
`
cargo build # All good
cargo package # Failed
error[E0432]: unresovled import 'lan_mouse_cli::CliArgs' -> src/config.rs:15.5
`
I still have the case where on one machine the share options are not offered. Not sure why.
But at least in main branch on both machine a pem-file is generated correctly without having to set up a config.toml file.
@feschber commented on GitHub (Oct 29, 2025):
Yes, the encryption feature is not released yet.
@fnchooft don't use
cargo packageafaik it locks the dependencies to their versions, which wont work since a lot has changed since the last release.