[PR #61] [MERGED] Fix Error handling in layershell producer #262

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/61
Author: @feschber
Created: 1/1/2024
Status: Merged
Merged: 1/1/2024
Merged by: @feschber

Base: mainHead: fix-error-handling


📝 Commits (1)

  • 15fb414 Fix Error handling in layershell producer

📊 Changes

8 files changed (+88 additions, -46 deletions)

View changed files

📝 src/backend/producer/dummy.rs (+6 -2)
📝 src/backend/producer/libei.rs (+11 -3)
📝 src/backend/producer/macos.rs (+6 -2)
📝 src/backend/producer/wayland.rs (+12 -7)
📝 src/backend/producer/windows.rs (+6 -2)
📝 src/backend/producer/x11.rs (+6 -2)
📝 src/producer.rs (+2 -2)
📝 src/server.rs (+39 -26)

📄 Description

previous error handling resulted in a softlock when the connection to the compositor was lost


🔄 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/61 **Author:** [@feschber](https://github.com/feschber) **Created:** 1/1/2024 **Status:** ✅ Merged **Merged:** 1/1/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `fix-error-handling` --- ### 📝 Commits (1) - [`15fb414`](https://github.com/feschber/lan-mouse/commit/15fb41431e2dca845b4d3e3b9342134937e26a83) Fix Error handling in layershell producer ### 📊 Changes **8 files changed** (+88 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `src/backend/producer/dummy.rs` (+6 -2) 📝 `src/backend/producer/libei.rs` (+11 -3) 📝 `src/backend/producer/macos.rs` (+6 -2) 📝 `src/backend/producer/wayland.rs` (+12 -7) 📝 `src/backend/producer/windows.rs` (+6 -2) 📝 `src/backend/producer/x11.rs` (+6 -2) 📝 `src/producer.rs` (+2 -2) 📝 `src/server.rs` (+39 -26) </details> ### 📄 Description previous error handling resulted in a softlock when the connection to the compositor was lost --- <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:25 -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#262
No description provided.