mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #294] trait bound key_row::KeyRow: IsA<ActionRow> is not satisfied #148
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#148
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 @DrYak on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/294
Hello, while rebuilding my RPM of lan-mouse I am getting these errors:
The difference I notice is that the last successful local build was using libadwaita 0.7.1, whereas the version that got automatically vendorized into the RPM is 0.7.2
@DrYak commented on GitHub (May 22, 2025):
I've dug a bit into it on my side: the official rust plug-ins of OBS (OpenBuild Service) run
cargo vendorwith--versioned-dirsbut without--locked.This will predictably bump up the versions of everything and thus the most recent versions of everything will get vendorized.
Manually vendorizing with
--lockedkeeps at theCargo.lock's version 0.7.1 of libadwaita and doesn't trigger the above incompatibility.For now I've changed the vendor package in my RPM and it temporarily solves the problem, until lan-mouse eventually get libadwaita-0.7.2 compatibility
@feschber commented on GitHub (Jun 12, 2025):
looks like a small oversight on my part. #300 should fix it
@DrYak commented on GitHub (Jun 12, 2025):
Thanks for the fix, the latest master commit of lan-mouse now successfully builds the RPM with the automatically vendorized libadwaita 0.7.2.
(BTW: Any vague idea when you would be tagging 0.11 ?)
@DrYak commented on GitHub (Jun 13, 2025):
Damn, the autobumping vendorizing broke it again: #303