mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #244] Windows release just listing source code #117
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#117
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 @qgevans7 on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/244
EDIT: Attached proof
@qgevans7 commented on GitHub (Dec 17, 2024):
v0.9.1 doing the same
@feschber commented on GitHub (Dec 17, 2024):
The code you're seeing seems to be glsl shader code. My guess is that this is part of a gtk error message related to shader compilation but its hard to tell without seeing the entire output. Could you paste it into a file and upload here?
@UC-VR commented on GitHub (Dec 19, 2024):
Having the same issues on a fresh Windows 11 install.
Here is the error message:
Error Message:
(lan-mouse.exe:5240): Gsk-CRITICAL **: 10:44:47.225: Failed to load shader program: Compilation failure in shader gskgpuroundedcolor.
Source Code:
Lists 1169 lines of source code here and loops
@feschber commented on GitHub (Jan 7, 2025):
what GPU are you using @UC-VR @qgevans7 ?
@UC-VR commented on GitHub (Jan 7, 2025):
hi!
This desktop has integrated GPU, Intel HD 4600.
@feschber commented on GitHub (Jan 7, 2025):
Thank you for the feedback, I will look into this when I have time.
You could also try to build GTK from source as described in the README and see if that fixes the issue.
@abheyshah commented on GitHub (Jan 27, 2025):
Using
lan-mouse.exe -f cligot it to work for me going from sway to windows. From the CLI on windows I didconnect right <sway machine IP>thenactivate 0and it seems to work.
@feschber commented on GitHub (Jan 27, 2025):
Yeah the issue is specifically with the gtk frontend
@feschber commented on GitHub (Feb 7, 2026):
I'm going to close this, as its an issue with gtk / broken installation and not lan-mouse itself.