mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #323] Connect Ubuntu server 18.04 to ubuntu client 16.04 #257
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#257
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 @tassosblackg on GitHub (May 26, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/323
Hi I have installed to my main computer which runs with ubuntu 18.04(server), the barrier using build from source. And I have install barrier-kvm from ubuntu store in my laptop which runs with ubuntu 16.04(client). But I couldn't manage to connect the two pc's any ideas?
Client Log error message: failed connect to server,can't create socket :Permission denied
I've tried to install barrier by building from source in my laptop also but was crashing and not manage to connect either .
Also Is there a way to uninstall barrier from source properly?
@AdrianKoshka commented on GitHub (May 26, 2019):
I don't know right off, you could try
make uninstallHrmm, never seen this issue with barrier, wonder if that's something specific to
barrier-kvmfrom the ubuntu store. Did you install the snap?@tassosblackg commented on GitHub (May 27, 2019):
make unistalldoesn't work there is no such rule in makefile.I've tried also barrier builded from source in
but it didn't connect, and also was had some issues with its gui/
I don't think there is a difference between versions of ubuntu store and source the both are 2.2.0.
Is there a possibility to be because of firewall rules?
@noisyshape commented on GitHub (May 27, 2019):
Maybe, but the permission denied error refers to a user permission. I don't have much experience troubleshooting unix sockets. My only guess is to stop all Barrier processes and remove all temporary Barrier temporary files with
rm -f /tmp/Barrier*.@tassosblackg commented on GitHub (Jun 1, 2019):
I find a way just to delete all the installed files :
sudo xargs rm < install_manifest.txtand then remove the whole dirAfter that, I installed all using flatpak on both machines. It worked except a fingerprint issue on server that fixed by this https://github.com/debauchee/barrier/issues/231#issuecomment-456327061
I get a warning when opening barrier:
But it works after all.
@AdrianKoshka commented on GitHub (Jun 1, 2019):
That warning is GNOME specific and had yet to be fixed.