mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #159] Icons missing in Windows build #68
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#68
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 @vilhalmer on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/159
When capturing input from Wayland and sending to Windows, cursor movement and keystrokes are working just fine. However, the pointer is invisible on the Windows machine. The icons in the UI are also broken images. I'm not sure how input emulation on Windows works, if lan-mouse is supposed to be drawing its own cursor image perhaps these two things are related?
I've tried both the latest release (0.8.0) and the pre-release build from CI.
@feschber commented on GitHub (Jul 12, 2024):
The missing cursor happens, when there is no actual input device plugged into the windows machine. I have not yet figured out how to prevent that.
Missing icons are because the package is not yet properly bundled for windows.
It's a bit better if you build from source but not perfect.
@vilhalmer commented on GitHub (Jul 12, 2024):
Aha, indeed I don't have the mouse connected at the same time I'm doing this. I'll plug one in and drop that part of the issue.
@feschber commented on GitHub (Oct 1, 2024):
I had another crack at this: Seems like installing adwaita-icon-theme fixes this issue.
I'll have to see how to distribute this correctly