Difference between revisions of "SugarSync"
Line 30: | Line 30: | ||
If the installation went right, the "SugarSync Login" window just show. If not, look if you followed the installation instructions correctly. | If the installation went right, the "SugarSync Login" window just show. If not, look if you followed the installation instructions correctly. | ||
− | |||
− | |||
− | |||
== Quick start guide == | == Quick start guide == | ||
Follow the Windows instructions in the official [http://www.sugarsync.com/cskb/User_Docs/SugarSync+QuickStart+Guide.pdf Quick start guide]. | Follow the Windows instructions in the official [http://www.sugarsync.com/cskb/User_Docs/SugarSync+QuickStart+Guide.pdf Quick start guide]. |
Revision as of 00:48, 18 May 2011
SugarSync is a file sync and online backup tool similar to Dropbox. Unfortunately, there is no native Linux client available. However, it works well through wine.
Installation
First, install wine in order to run win32 applications:
# sudo pacman -S wine wine_gecko lib32-mpg123 lib32-libxml2 lib32-openal lib32-libpng
You will also need this package from the [multilib] repository:
# sudo pacman -S lib32-libldap
Once the packages are installed, as a egular user run winecfg (win32)
# WINEARCH=win32 winecfg
You can keep the default options. Get the SugarSync executable from the SugarSync website and run it through wine:
# wine SugarSyncSetup.exe
Follow the instructions while keeping the default options. When done, uncheck the box "Run SugarSync" and click finish.
Running the file manager
After installation, you should find the SugarSync icon on your desktop or in the start-up menu. They are just links that invoke the following command:
# env WINEPREFIX=$HOME"/.wine" wine C:\\windows\\command\\start.exe /Unix $HOME/.wine/dosdevices/c:/users/Public/Desktop/SugarSync\ Manager.lnk
If the installation went right, the "SugarSync Login" window just show. If not, look if you followed the installation instructions correctly.
Quick start guide
Follow the Windows instructions in the official Quick start guide.