Skip to content

rsevat/syncany-plugin-gui

This branch is 16 commits behind syncany/syncany-plugin-gui:develop.

Folders and files

NameName
Last commit message
Last commit date
Nov 8, 2015
Jan 29, 2015
Nov 8, 2015
Nov 8, 2015
Mar 19, 2015
Mar 19, 2015
Nov 8, 2015
Apr 19, 2015
Dec 29, 2014
Oct 16, 2014
Jul 11, 2015
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014

Repository files navigation

Syncany GUI Readme

Syncany GUI is based on the following principles

  • SWT Library graphical library used is SWT

Launch Syncany GUI

  1. Checkout Syncany on the command line

     cd /home/user/workplace
     git clone http://github.com/syncany/syncany-plugin-gui
     cd syncany-plugin-gui
     ./gradlew clean pluginjar -Pos=linux -Parch=x86_64
     sy plugin install build/libs/*.jar
    
  2. Start Syncany GUI client

     sy gui
    

For Ubuntu Unity users (from Ubuntu 13) you need to first install the following dependencies to get tray icon properly working

sudo apt-get install python-appindicator
sudo apt-get install python-pip
sudo pip install websocket-client

About

Syncany GUI Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.3%
  • Shell 0.9%
  • HTML 0.7%
  • Python 0.4%
  • Inno Setup 0.4%
  • Perl 0.2%
  • Other 0.1%