mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #253] Channel closed after system sleep or DPMS off #124
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#124
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 @sohanemon on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/253
When the system goes to sleep or the display turns off, the application crashes. The issue appears to be related to a Wayland protocol violation involving
zwlr_layer_shell_v1.get_layer_surface. Below is the error log:Steps to Reproduce
lan-mouse).System Information
@feschber commented on GitHub (Jan 21, 2025):
could you run
hyprctl systeminfoand paste the output here?@sohanemon commented on GitHub (Jan 21, 2025):
@markmandel commented on GitHub (Feb 8, 2025):
Also hit the same - I'm on Debian though.
@feschber commented on GitHub (Feb 8, 2025):
Small update: I figured out the root cause but it will take some time to fix this. Thank you for reporting :)