Forked from sp00ky/gist:3d68e986014d53b3fdfd75fbdd079256
Created
August 17, 2018 08:31
-
-
Save joeking11829/4d4f2a9e5a1af778d3be36c74f37e9e7 to your computer and use it in GitHub Desktop.
Starting Synergy Client at Boot on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create /etc/lightdm/lightdm.conf.d/20-ubuntu.conf as follows: | |
| Add to the new file: | |
| [SeatDefaults] | |
| greeter-setup-script=/usr/bin/synergyc --daemon [server address] | |
| user-session=Ubuntu | |
| Set the proper permissions: | |
| $ sudo chmod 600 20-lubuntu.conf | |
| $ ls 20-lubuntu.conf | |
| -rw------- 1 root root 189 Jun 8 23:43 20-lubuntu.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment