feschber / lan-mouse

mouse & keyboard sharing via LAN
GNU General Public License v3.0
2.34k stars 64 forks source link

Icons missing in Windows build #159

Open vilhalmer opened 2 months ago

vilhalmer commented 2 months ago

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 2 months ago

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 2 months ago

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.