User Tools

Site Tools


computing:storage:dropbox

This is an old revision of the document!


Dropbox

http://www.dropbox.com

Dropbox is a cross-platform Cloud Storage and Synchronization tool.

  • Windows
  • Linux
  • Android

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.

Documents

cd ~
rmdir Documents
ln -s Dropbox/Documents Documents

Fonts

Setup

mkdir -p ~/Dropbox/Config/Fonts

Use

Drop your font files (usually .ttf files) into the new folder.

ln -s ~/Dropbox/Config/Fonts ~/.fonts

Gnote with Dropbox

mkdir -p ~/Dropbox/Config/
mv ~/.local/share/gnote ~/Dropbox/Config/
ln -sf ~/Dropbox/Config/gnote ~/.local/share/
kill -9 `pidof gnote`	# Reload

Tomboy

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.

Empathy

:!: 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).

Setup

mv ~/.config/Empathy ~/Dropbox/Config/
mv ~/.mission-control/accounts/accounts.cfg ~/Dropbox/Config/Empathy/

Use

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/

Remmina

Setup

mv ~/.remmina ~/Dropbox/Config/Remmina

Use

rm -rf ~/.remmina
ln -sf ~/Dropbox/Config/Remmina ~/.remmina

Upgrade

  1. Stop the Dropbox client.
  2. rm -rf ~/.dropbox-dist
  3. Restart the Dropbox client.

Windows Multi-User

  1. Install as admin
  2. Un-link the Dropbox account and delete Dropbox folder out of My Documents
  3. Delete the Startup folder entry
  4. Move the Dropbox menu folder to All Users and add permissions for Everyone (Read+List+Execute)
  5. Move the Dropbox folder in Application Data to All Users and add permissions for Everyone (Read+List+Execute)
  6. Once a user runs Dropbox and configures it with their own account, a Startup item will be created (which doesn't work?) as well as a Desktop icon
computing/storage/dropbox.1324144018.txt.gz · Last modified: 2011/12/17 10:46 by gcooper