Package Details: synergy3-bin 3.6.3-1

Git Clone URL: https://aur.archlinux.org/synergy3-bin.git (read-only, click to copy)
Package Base: synergy3-bin
Description: Share a single mouse and keyboard between multiple computers
Upstream URL: https://symless.com/synergy
Keywords: kvm synergy synergy3
Licenses: unknown
Conflicts: synergy, synergy-1.6, synergy-git, synergy1-bin, synergy2-bin, synergy3-beta-bin, synergy3-bin
Submitter: arraen
Maintainer: Thadah
Last Packager: Thadah
Votes: 5
Popularity: 0.065617
First Submitted: 2023-04-12 14:09 (UTC)
Last Updated: 2026-06-12 15:13 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

astor99 commented on 2026-06-09 12:47 (UTC)

landing.html is 404 so token failure. Can u fix it pls ?

Thadah commented on 2025-12-21 13:52 (UTC)

@jaaaade It seems the landing.html page was being cached. It has been fixed in 3.5.0-3. Thanks for reporting it!

jaaaade commented on 2025-12-20 22:56 (UTC)

The token used in PKGBuild to download the .deb binary has expired and causes failures to update from 3.5.0-1 to 3.5.0-2 -- likely impacts new installs as well.

AmShaegar commented on 2025-12-11 17:26 (UTC)

My bad. Thanks for the hint. I corrected the typo.

Thadah commented on 2025-12-11 12:52 (UTC)

@AmShaegar your command adds execute permissions for group and everyone, not write permissions. I'll try with that, thank you very much!

AmShaegar commented on 2025-12-11 08:02 (UTC) (edited on 2025-12-11 17:24 (UTC) by AmShaegar)

Still got a problem with /etc/Synergy/loginInfo. I think it needs write permission for everyone. At least that fixed it for me.

sudo chmod go+w /etc/Synergy/loginInfo

vitaliikuzhdin commented on 2025-10-22 17:54 (UTC)

This is a proprietary package, so the pkgname doesn’t need the -bin suffix. Also, the upstream name is synergy, not synergy3. Could we merge this into synergy? I’ve added a few improvements that I think you’ll find useful. Of course, I’ll add you as a co-maintainer or transfer ownership entirely if you agree.

Thadah commented on 2025-10-22 15:50 (UTC)

Hi, I've updated Synergy to version 3.4.0 and with that I've added pugixml as optional dependency and now the path to loginInfo and the file are generated automatically

Let me know if you find any issues with the package!

InFerNo commented on 2025-10-17 08:08 (UTC)

I had to create the /etc/Synergy directory and touch loginInfo, but now run into this error

service    [2025-10-17T10:04:51] - INFO    - starting service as daemon...
service    [2025-10-17T10:04:51] - ERROR   - Error: listen EADDRINUSE: address already in use /tmp/synergy-service.sock

ehxor commented on 2025-09-09 19:28 (UTC)

I finally got this working by doing the manual creation of the /etc/Synergy/loginInfo path (note the capital i in Info)

AND then manually installing pugixml (pacman -S pugixml)

Hope this helps someone.