This is an old revision of the document!
Dropbox is a cross-platform Cloud Storage and Synchronization tool.
These are notes on how I use Dropbox with Linux (Gnome) and may or may not be useful to others.
To set up another PC where Dropbox is already installed, and configuration files are already synchronized, just run the ln -sf …
command line.
cd ~ rmdir Documents ln -s Dropbox/Documents Documents
mkdir -p ~/Dropbox/Config/Fonts
Drop your font files (usually .ttf
files) into the new folder.
ln -s ~/Dropbox/Config/Fonts ~/.fonts
mkdir -p ~/Dropbox/Config/ mv ~/.local/share/gnote ~/Dropbox/Config/ ln -sf ~/Dropbox/Config/gnote ~/.local/share/ kill -9 `pidof gnote` # Reload
It doesn't work properly to just sync the Notes folder, so we sync the synchronization folder instead.
mkdir -p ~/Dropbox/Notes
Configure Tomboy synchronization to Local Folder ~/Dropbox/Notes
.
If you have problems after making these mods, reboot your PC and try Empathy again.
Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now).
mv ~/.config/Empathy ~/Dropbox/Config/ mv ~/.mission-control/accounts/accounts.cfg ~/Dropbox/Config/Empathy/
rm -rf ~/.config/Empathy rm -rf ~/.mission-control/accounts/accounts.cfg ln -s ~/Dropbox/Config/Empathy ~/.config/ ln -s ~/Dropbox/Config/Empathy/accounts.cfg ~/.mission-control/accounts/
mv ~/.remmina ~/Dropbox/Config/Remmina
rm -rf ~/.remmina ln -sf ~/Dropbox/Config/Remmina ~/.remmina
rm -rf ~/.dropbox-dist