[GH-ISSUE #87] [Zorin OS 17 + Windows 10] Can't connect #33

Closed
opened 2026-05-05 22:05:29 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @marcoramos17 on GitHub (Feb 13, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/87

Hey there. So I'm currently using two laptops (one is Windows 10 the other is Zorin OS which is based on ubuntu). Windows seems to be working fine? at least I'm not getting any errors except that it tries to connect for a while but then after being unable to find a host it prints out that it wasn't able to resolve a host.

The ports are set to 4242 on both laptops and I made sure they are open on the firewalls for both laptops. Zorin definitely uses wayland because I've tried other tools similar to this one (like synergy) and had issues as they don't work with wayland on synergy I even got the error stating it is incompatible with wayland and if i go on my settings's "about" tab it clearly states it uses wayland.

I have also installed the dependencies mentioned on the github page. But it still won't connect. I am leaving the terminal log down below if that helps.

[2024-02-13T16:20:28Z WARN  lan_mouse::config] /home/marco/.config/lan-mouse/config.toml: No such file or directory (os error 2)
[2024-02-13T16:20:28Z WARN  lan_mouse::config] Continuing without config file ...
[2024-02-13T16:20:28Z WARN  lan_mouse::config] /home/marco/.config/lan-mouse/config.toml: No such file or directory (os error 2)
[2024-02-13T16:20:28Z WARN  lan_mouse::config] Continuing without config file ...
[2024-02-13T16:20:28Z INFO  lan_mouse] Press Ctrl+Alt+Shift+Super to release the mouse
[2024-02-13T16:20:28Z INFO  lan_mouse::consumer] wayland backend not available: the requested global was not found in the registry
[2024-02-13T16:20:28Z INFO  lan_mouse::producer] libei event producer not available: not implemented
[2024-02-13T16:20:28Z INFO  lan_mouse::producer] layer_shell event producer not available: zwlr_layer_shell_v1 >= v3 not supported - required to display a surface at the edge of the screen
[2024-02-13T16:20:28Z INFO  lan_mouse::producer] x11 event producer not available: not implemented
[2024-02-13T16:20:28Z ERROR lan_mouse::producer] falling back to dummy event producer
[2024-02-13T16:20:36Z INFO  lan_mouse::consumer] libei not available: This interface requires version 2, but 1 is available
[2024-02-13T16:20:45Z INFO  lan_mouse::consumer] using xdg-remote-desktop-portal event consumer
[2024-02-13T16:20:51Z INFO  lan_mouse::server::frontend_task] adding client [left] @ {}
[2024-02-13T16:21:16Z INFO  lan_mouse::dns] resolving zorin ...
[2024-02-13T16:21:17Z WARN  lan_mouse::server::resolver_task] could not resolve host 'zorin': no record found for Query { name: Name("zorin."), query_type: AAAA, query_class: IN }
Originally created by @marcoramos17 on GitHub (Feb 13, 2024). Original GitHub issue: https://github.com/feschber/lan-mouse/issues/87 Hey there. So I'm currently using two laptops (one is Windows 10 the other is Zorin OS which is based on ubuntu). Windows seems to be working fine? at least I'm not getting any errors except that it tries to connect for a while but then after being unable to find a host it prints out that it wasn't able to resolve a host. The ports are set to 4242 on both laptops and I made sure they are open on the firewalls for both laptops. Zorin definitely uses wayland because I've tried other tools similar to this one (like synergy) and had issues as they don't work with wayland on synergy I even got the error stating it is incompatible with wayland and if i go on my settings's "about" tab it clearly states it uses wayland. I have also installed the dependencies mentioned on the github page. But it still won't connect. I am leaving the terminal log down below if that helps. ``` [2024-02-13T16:20:28Z WARN lan_mouse::config] /home/marco/.config/lan-mouse/config.toml: No such file or directory (os error 2) [2024-02-13T16:20:28Z WARN lan_mouse::config] Continuing without config file ... [2024-02-13T16:20:28Z WARN lan_mouse::config] /home/marco/.config/lan-mouse/config.toml: No such file or directory (os error 2) [2024-02-13T16:20:28Z WARN lan_mouse::config] Continuing without config file ... [2024-02-13T16:20:28Z INFO lan_mouse] Press Ctrl+Alt+Shift+Super to release the mouse [2024-02-13T16:20:28Z INFO lan_mouse::consumer] wayland backend not available: the requested global was not found in the registry [2024-02-13T16:20:28Z INFO lan_mouse::producer] libei event producer not available: not implemented [2024-02-13T16:20:28Z INFO lan_mouse::producer] layer_shell event producer not available: zwlr_layer_shell_v1 >= v3 not supported - required to display a surface at the edge of the screen [2024-02-13T16:20:28Z INFO lan_mouse::producer] x11 event producer not available: not implemented [2024-02-13T16:20:28Z ERROR lan_mouse::producer] falling back to dummy event producer [2024-02-13T16:20:36Z INFO lan_mouse::consumer] libei not available: This interface requires version 2, but 1 is available [2024-02-13T16:20:45Z INFO lan_mouse::consumer] using xdg-remote-desktop-portal event consumer [2024-02-13T16:20:51Z INFO lan_mouse::server::frontend_task] adding client [left] @ {} [2024-02-13T16:21:16Z INFO lan_mouse::dns] resolving zorin ... [2024-02-13T16:21:17Z WARN lan_mouse::server::resolver_task] could not resolve host 'zorin': no record found for Query { name: Name("zorin."), query_type: AAAA, query_class: IN } ```
Author
Owner

@feschber commented on GitHub (Feb 14, 2024):

Unfortunately not all Wayland is created equal.
I'm currently working on libei support. When that's done, zorin os should work on the sending side. As of version 0.6, windows and gnome (I believe zorin os is using a modified version of gnome) are both not supported.

<!-- gh-comment-id:1943238722 --> @feschber commented on GitHub (Feb 14, 2024): Unfortunately not all Wayland is created equal. I'm currently working on libei support. When that's done, zorin os should work on the sending side. As of version 0.6, windows and gnome (I believe zorin os is using a modified version of gnome) are both not supported.
Author
Owner

@feschber commented on GitHub (Feb 14, 2024):

  • Clarification: I mean not supported on the sending side. Receiving / input emulation works. So that's what you are seeing.
<!-- gh-comment-id:1943243104 --> @feschber commented on GitHub (Feb 14, 2024): - Clarification: I mean not supported on the _sending_ side. Receiving / input emulation works. So that's what you are seeing.
Author
Owner

@marcoramos17 commented on GitHub (Feb 14, 2024):

Unfortunately not all Wayland is created equal. I'm currently working on libei support. When that's done, zorin os should work on the sending side. As of version 0.6, windows and gnome (I believe zorin os is using a modified version of gnome) are both not supported.

Ah I see. That explains it. I will keep an eye on it for updates then thanks for the clarification

<!-- gh-comment-id:1944763601 --> @marcoramos17 commented on GitHub (Feb 14, 2024): > Unfortunately not all Wayland is created equal. I'm currently working on libei support. When that's done, zorin os should work on the sending side. As of version 0.6, windows and gnome (I believe zorin os is using a modified version of gnome) are both not supported. Ah I see. That explains it. I will keep an eye on it for updates then thanks for the clarification
Author
Owner

@feschber commented on GitHub (Mar 16, 2024):

input capture in Zorin OS may work when #94 is merged

<!-- gh-comment-id:2002088028 --> @feschber commented on GitHub (Mar 16, 2024): input capture in Zorin OS may work when #94 is merged
Author
Owner

@feschber commented on GitHub (Mar 20, 2024):

You can check if ZorinOS -> Windows works now

<!-- gh-comment-id:2009620589 --> @feschber commented on GitHub (Mar 20, 2024): You can check if ZorinOS -> Windows works now
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#33
No description provided.