Instalar o Syncthing e o Syncthing GTK no Ubuntu não é um procedimento complicado, mas eu já fiz uma vez, passou um tempo, fui fazer de novo e já havia esquecido. E há várias formas de fazer, então achei uma boa ideia catalogar aqui, pois da próxima vez eu já venho diretamente para cá.
Syncthing no Ubuntu
A ideia é adicionar o repositório oficial no Ubuntu, de forma que as atualizações também sejam instaladas facilmente. Este procedimento também vale para o Debian e para o Linux Mint.
sudo apt-get install curl curl -s https://syncthing.net/release-key.txt | sudo apt-key add - echo "deb http://apt.syncthing.net/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing-release.list sudo apt-get update sudo apt-get install syncthing
Fonte: Web Upd8
Syncthing-GTK no Ubuntu
A ideia aqui é adicionar a PPA do Web Upd8 e então instalar o Syncthing-GTK a partir dela.
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install syncthing-gtk
Fonte: Syncthing Forum
Após as instalações, é necessário reiniciar o Ubuntu para que tudo funcione corretamente, do contrário o Syncthing-GTK não detecta e nem executa o daemon. Depois de reiniciar o Ubuntu é só iniciar o Syncthing-GTK e tudo deve funcionar.
Atualização (01/03/2016): Aparentemente o segredo para funcionar não é reinicializar, mas sim iniciar o Syncthing uma vez pelo terminal. Basta iniciar digitando ‘syncthing’, esperar um pouco e dar o Ctrl+C. Em seguida, ao iniciar o Syncthing-GTK ele já detectará o daemon.