Nenhuma dessas respostas funcionou para mim. Os processos não podem ser eliminados, individualmente ou com killall
. A informação em este tópico fez o truque para mim no Ubuntu 18.04 ( sudo systemctl stop synergy
):
You can disable Synergy temporarily by stopping the background
service. We'll be adding a feature to do this in 2.1 which is due
early 2018. Until then, it has to be done manually.
Windows:
Open the Services program (Run > services.msc) and find the Synergy
service. Double click it to edit the service, and choose Manual from
"Startup type", then click Stop to stop the background process, and
Start to start it again.
macOS:
Open the Terminal app and run this command:
launchctl unload
/Library/LaunchAgents/com.symless.synergy.synergy-service.plist
To enable it again, run this command instead:
launchctl load
/Library/LaunchAgents/com.symless.synergy.synergy-service.plist
Linux:
Open the Terminal program and run:
sudo systemctl stop synergy
And then to re-enable it:
sudo systemctl start synergy