I have a doubt, there is a free program to share mouse between linux and windows, I have a PC and a laptop, on the laptop I have w10 and ubuntu mate 18.04, and the pc w10, when I use the PC and laptop with w10, I use the windows software called "Mouse without borders" but it is only for windows, I am looking for a free one for linux and windows, I know that there is sinergy but it is paid
3 Answers
A search on alternativeto (and filtering by Open Source & Linux) returns Barrier, which is forked from Synergy.
There used to be small print on the Synergy website stating that the payment is to download synergy. It's still open source, and you can might be able to build it yourself, but it might need proprietary binaries.
- 604
Use Barrier. It is free and open source, was forked from synergy. It is amazing. (Link to GitHub repo)
Installation in newer Ubuntu versions:
Run in a terminal:
sudo apt install barrier
If there is no paackage in your distribution or if you prefer snap packages, you can do instead:
sudo snap install barrier
Installation in Ubuntu 18.04:
In ubuntu 18.04 an alternative way is to first install flatpak:
https://flatpak.org/setup/Ubuntu/
And then barrier using flatpak:
https://flathub.org/apps/details/com.github.debauchee.barrier
- 2,141
-
1Flatpak should be good for any Linux system. I certainly had a good experience using it to install Barrier 2.3.1 yesterday. Used Win10 as 'server' and Debian as 'client'. Had to run with DEBUG2 logging because of failed to verify server certificate fingerprint problem. See here. Sharing the clipboard is the best thing since sliced bread. – Bad Loser Sep 26 '19 at 23:48
-
Or just run "sudo apt install barrier" to install it (worked for me in Ubuntu 19.10). – Lissanro Rayen Jan 29 '20 at 15:13
-
In ubuntu 18 I got
No apt package "barrier", but there is a snap with that name. Try "snap install barrier"Had tosnap install– doca Feb 25 '21 at 03:53 -
1
-
You also need to manually set up ssl, which seems to not be described in the tutorials online, and barrier doesn't have a man page.... this did the trick: https://stackoverflow.com/questions/67343804/error-ssl-certificate-doesnt-exist-home-rsvay-snap-barrier-kvm-2-local-shar – poleguy May 13 '23 at 07:07
Barrier, the fork of Synergy, is no longer maintained. On the Barrier Github page, you'll be directed to InputLeap.
- 1
synergyin the repos seem to be Ubuntu 18.04 LTS. – Flimm Apr 09 '20 at 13:00