mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #752] GUI works, commandline times out #588
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#588
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 @BlueHippoGithub on GitHub (Jun 15, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/752
Operating Systems
Server: Windows
Client: Ubuntu 20.04 on Raspberry Pi4
Barrier Version
Server: 2.3.2-snapshot-210c2b70
Client: 2.3.2-Release-00000000
Steps to reproduce bug
Other info
Barrier connects properly when using the GUI (Although autoconfig doens't work so I have to type in the IP). As a workaround I added the barrier GUI as a startup application but barrier starts up unconfigured, meaning I have to use a keyboard and mouse to type in the IP and start the barrier client.
If the commandline worked I could get around this issue by specifying the IP of the server in the command.
I have already checked the windows firewall, and used nc to verify the connection works. But of course it does, since it works as intended with the GUI.
Another way for me to work around it is if I could get the GUI to startup with the IP already entered and without having to press "Start" every time.
@BlueHippoGithub commented on GitHub (Jun 15, 2020):
Btw the reason for the "f" flag in the command is because otherwise the terminal becomes invisible as mentioned in other issues. With the flag I can see text regarding the connection.
@BlueHippoGithub commented on GitHub (Jun 15, 2020):
Wow I just found a fix....
Looking at the "Creating a systemd service (Linux)" part of the commandline documentation I realized that my command looked a bit different that the one they specified. So I thought why the heck not.
Using this command it works properly!
I just tested it using startup applications in Ubuntu.
barrierc --enable-crypto --display :0 --debug INFO -f 192.168.87.194Hope it helps out some other folks who are as terrible as me at reading documentation! :D