[PR #43] [MERGED] Background service #250

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/43
Author: @feschber
Created: 12/8/2023
Status: Merged
Merged: 12/8/2023
Merged by: @feschber

Base: mainHead: background-service


📝 Commits (8)

  • 9dec818 better handling of background-service
  • 78bb9eb wait for socket to be available
  • 2fc80a0 remove unnused button and move add to headersuffix
  • 94d2522 run service in child instead of UI
  • 3890183 simplify logic
  • f71379e make debug message an INFO message
  • b8724f4 update windows
  • 9ff9bec fix cli exit cmd

📊 Changes

13 files changed (+487 additions, -169 deletions)

View changed files

📝 Cargo.lock (+196 -23)
📝 Cargo.toml (+1 -0)
📝 resources/window.ui (+18 -23)
📝 src/backend/consumer/windows.rs (+0 -1)
📝 src/backend/producer/libei.rs (+3 -2)
📝 src/config.rs (+36 -34)
📝 src/frontend.rs (+111 -17)
📝 src/frontend/cli.rs (+28 -6)
📝 src/frontend/gtk.rs (+12 -17)
📝 src/frontend/gtk/window/imp.rs (+0 -2)
📝 src/main.rs (+53 -32)
📝 src/producer.rs (+3 -2)
📝 src/server.rs (+26 -10)

📄 Description

closes #38


🔄 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/43 **Author:** [@feschber](https://github.com/feschber) **Created:** 12/8/2023 **Status:** ✅ Merged **Merged:** 12/8/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `background-service` --- ### 📝 Commits (8) - [`9dec818`](https://github.com/feschber/lan-mouse/commit/9dec8187491a1f885b497ac0ead38d1c2b39d1fd) better handling of background-service - [`78bb9eb`](https://github.com/feschber/lan-mouse/commit/78bb9eb3200aa17a24c4f120af5e360371c80da0) wait for socket to be available - [`2fc80a0`](https://github.com/feschber/lan-mouse/commit/2fc80a0472b33a1e7a2237c038278a01a16e0b18) remove unnused button and move add to headersuffix - [`94d2522`](https://github.com/feschber/lan-mouse/commit/94d252250f8a12e4b068b8b5081ba44f7fb503b5) run service in child instead of UI - [`3890183`](https://github.com/feschber/lan-mouse/commit/3890183d7c744ab414f564d438afbed249038af4) simplify logic - [`f71379e`](https://github.com/feschber/lan-mouse/commit/f71379e6390b8c7a1253bd807c11cc597642b0f4) make debug message an INFO message - [`b8724f4`](https://github.com/feschber/lan-mouse/commit/b8724f449e4f184a5146a6113b1b7feef91bf920) update windows - [`9ff9bec`](https://github.com/feschber/lan-mouse/commit/9ff9bec1385522d91c16f3c5e1ff9f3be9f28955) fix cli exit cmd ### 📊 Changes **13 files changed** (+487 additions, -169 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+196 -23) 📝 `Cargo.toml` (+1 -0) 📝 `resources/window.ui` (+18 -23) 📝 `src/backend/consumer/windows.rs` (+0 -1) 📝 `src/backend/producer/libei.rs` (+3 -2) 📝 `src/config.rs` (+36 -34) 📝 `src/frontend.rs` (+111 -17) 📝 `src/frontend/cli.rs` (+28 -6) 📝 `src/frontend/gtk.rs` (+12 -17) 📝 `src/frontend/gtk/window/imp.rs` (+0 -2) 📝 `src/main.rs` (+53 -32) 📝 `src/producer.rs` (+3 -2) 📝 `src/server.rs` (+26 -10) </details> ### 📄 Description closes #38 --- <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:14 -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#250
No description provided.