[GH-ISSUE #2003] Can't move to ubuntu system #1463

Open
opened 2026-05-05 07:51:50 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @12323a on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2003

What happened?

My server is windows and the client is ubuntu22.04. When my mouse moves from windows to ubuntu, it immediately jumps back to the windows screen. The log shows that entering screen and leaving screen occur almost simultaneously. Why?
But if my client is windows and the server is ubuntu22.04, there will be no problems.

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

No response

What OSes are you seeing the problem on? (Check all that apply)

Linux, Windows

What OS versions are you using?

My server is windows and the client is ubuntu22.04.

Relevant log output

[2024-01-17T16:13:37] INFO: entering screen
[2024-01-17T16:13:37] INFO: leaving screen
[2024-01-17T16:13:38] INFO: entering screen
[2024-01-17T16:13:38] INFO: leaving screen
[2024-01-17T16:13:38] INFO: entering screen
[2024-01-17T16:13:38] INFO: leaving screen

Any other information

No response

Originally created by @12323a on GitHub (Jan 17, 2024). Original GitHub issue: https://github.com/debauchee/barrier/issues/2003 ### What happened? My server is windows and the client is ubuntu22.04. When my mouse moves from windows to ubuntu, it immediately jumps back to the windows screen. The log shows that entering screen and leaving screen occur almost simultaneously. Why? But if my client is windows and the server is ubuntu22.04, there will be no problems. ### Version v2.4.0 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? _No response_ ### What OSes are you seeing the problem on? (Check all that apply) Linux, Windows ### What OS versions are you using? My server is windows and the client is ubuntu22.04. ### Relevant log output ```shell [2024-01-17T16:13:37] INFO: entering screen [2024-01-17T16:13:37] INFO: leaving screen [2024-01-17T16:13:38] INFO: entering screen [2024-01-17T16:13:38] INFO: leaving screen [2024-01-17T16:13:38] INFO: entering screen [2024-01-17T16:13:38] INFO: leaving screen ``` ### Any other information _No response_
Author
Owner

@tom-charman commented on GitHub (Jan 17, 2024):

Probably because Wayland support is not enabled yet, you could try adding:

WaylandEnable=false

to /etc/gdm3/custom.conf (you'll lose any benefits of using Wayland, if you don't know of any you probably don't care).

See: https://github.com/debauchee/barrier/projects/1#card-25092023

<!-- gh-comment-id:1895663975 --> @tom-charman commented on GitHub (Jan 17, 2024): Probably because Wayland support is not enabled yet, you could try adding: `WaylandEnable=false` to `/etc/gdm3/custom.conf` (you'll lose any benefits of using Wayland, if you don't know of any you probably don't care). See: https://github.com/debauchee/barrier/projects/1#card-25092023
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/barrier#1463
No description provided.