[GH-ISSUE #1075] Wraparound not working any more #858

Open
opened 2026-05-05 07:13:22 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @Nexus747 on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1075

Name : barrier
Version : 2.3.3
Release : 1.fc33
Architecture : x86_64

Per this comment, wraparound was working in Dec 2019.
https://github.com/debauchee/barrier/issues/531#issuecomment-569481910

However it isn't working now.
If I create the attached config (~/.config/Debauchee/Barrier.conf), then wraparound doesn't work. In the config file in /tmp (that barrier creates on startup), the links section is modified as follows.
section: links
server1:
left = client1
right = client1
client1:
left = server1
right = server1
end

This is changed to:
section: links
server1:
right = client1
client1:
left = server1
end

Originally created by @Nexus747 on GitHub (Feb 23, 2021). Original GitHub issue: https://github.com/debauchee/barrier/issues/1075 Name : barrier Version : 2.3.3 Release : 1.fc33 Architecture : x86_64 Per this comment, wraparound was working in Dec 2019. https://github.com/debauchee/barrier/issues/531#issuecomment-569481910 However it isn't working now. If I create the attached config (~/.config/Debauchee/Barrier.conf), then wraparound doesn't work. In the config file in /tmp (that barrier creates on startup), the links section is modified as follows. section: links server1: left = client1 right = client1 client1: left = server1 right = server1 end This is changed to: section: links server1: right = client1 client1: left = server1 end
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#858
No description provided.