[PR #94] [MERGED] Libei producer #276

Closed
opened 2026-05-05 22:15:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/94
Author: @feschber
Created: 3/16/2024
Status: Merged
Merged: 3/20/2024
Merged by: @feschber

Base: mainHead: libei-producer


📝 Commits (10+)

📊 Changes

10 files changed (+986 additions, -502 deletions)

View changed files

📝 Cargo.lock (+360 -427)
📝 Cargo.toml (+2 -1)
📝 nix/default.nix (+1 -1)
📝 src/backend/consumer/libei.rs (+34 -28)
📝 src/backend/consumer/xdg_desktop_portal.rs (+26 -11)
📝 src/backend/producer/libei.rs (+531 -15)
📝 src/producer.rs (+1 -1)
📝 src/server.rs (+1 -0)
📝 src/server/frontend_task.rs (+25 -16)
📝 src/server/producer_task.rs (+5 -2)

📄 Description

closes #86


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/94 **Author:** [@feschber](https://github.com/feschber) **Created:** 3/16/2024 **Status:** ✅ Merged **Merged:** 3/20/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `libei-producer` --- ### 📝 Commits (10+) - [`096f896`](https://github.com/feschber/lan-mouse/commit/096f89692d86ea2ba8f5fba968c4beb34e5c9c17) start working on libei-producer - [`0931375`](https://github.com/feschber/lan-mouse/commit/0931375a8a2079896ef59c0c81ced71550dbad34) reis update - [`e61e2c6`](https://github.com/feschber/lan-mouse/commit/e61e2c64ac87b9fe1ff33c637de9165b4adeb295) need to figure out session lifetime - [`c1feef6`](https://github.com/feschber/lan-mouse/commit/c1feef6b279cd7ee38d77d5c17cb5aab1cf725b8) update ashpd - [`be42655`](https://github.com/feschber/lan-mouse/commit/be426559514e2a6b7fdb099e60d3952c2f8bbb8a) getting closer - [`76426eb`](https://github.com/feschber/lan-mouse/commit/76426ebc5ef216cbd4205de8dc7e783dd273dc59) update ashpd - [`898f131`](https://github.com/feschber/lan-mouse/commit/898f13109bc08d0e6f7bd4e8d642ee381b5ad291) test - [`81ce4b8`](https://github.com/feschber/lan-mouse/commit/81ce4b8ac4e03f59ba05d6987b550c9fb08db58f) IT WORKS! - [`ce2687a`](https://github.com/feschber/lan-mouse/commit/ce2687a144808f503e79185ff3bc8f22c672f16b) use activated stream again - [`89d0720`](https://github.com/feschber/lan-mouse/commit/89d072076a65e59aabd7d00614e9b6a6f080d108) formatting ### 📊 Changes **10 files changed** (+986 additions, -502 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+360 -427) 📝 `Cargo.toml` (+2 -1) 📝 `nix/default.nix` (+1 -1) 📝 `src/backend/consumer/libei.rs` (+34 -28) 📝 `src/backend/consumer/xdg_desktop_portal.rs` (+26 -11) 📝 `src/backend/producer/libei.rs` (+531 -15) 📝 `src/producer.rs` (+1 -1) 📝 `src/server.rs` (+1 -0) 📝 `src/server/frontend_task.rs` (+25 -16) 📝 `src/server/producer_task.rs` (+5 -2) </details> ### 📄 Description closes #86 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:15:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#276
No description provided.