User Tools

Site Tools


computing:storage:dropbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:dropbox [2011/12/17 10:46]
gcooper
computing:storage:dropbox [2017/06/07 11:33] (current)
gcooper
Line 9: Line 9:
   * Android   * Android
  
-These are notes on how I use Dropbox with Linux (Gnome) and may or may not be useful to others.+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. To set up another PC where Dropbox is already installed, and configuration files are already synchronized, just run the ''ln -sf ...'' command line.
  
-===== Documents =====+===== Upgrade ===== 
 + 
 +  - Stop the Dropbox client. 
 +  - <file>rm -rf ~/.dropbox-dist</file> 
 +  - Restart the Dropbox client. 
 + 
 +===== Applications ===== 
 + 
 +==== SSH ==== 
 + 
 +=== One-Time Setup ===
  
 <file> <file>
-cd ~ +mv ~/.ssh ~/Dropbox/Config/SSH
-rmdir Documents +
-ln -s Dropbox/Documents Documents+
 </file> </file>
  
-===== Fonts =====+=== Use ===
  
-==== Setup ====+<file> 
 +rm -rf ~/.ssh 
 +ln -s ~/Dropbox/Config/SSH ~/.ssh 
 +</file> 
 + 
 +==== Documents ==== 
 + 
 +=== One-Time Setup ===
  
 <file> <file>
-mkdir -p ~/Dropbox/Config/Fonts+mv ~/Documents/~/Dropbox/Documents/
 </file> </file>
  
-==== Use ====+=== Use ===
  
-Drop your font files (usually ''.ttf'' files) into the new folder.+:!: The following command will delete all your documents not in the Dropbox folder
 + 
 +<file> 
 +rm -rf ~/Documents 
 +ln -s ~/Dropbox/Documents ~/Documents 
 +</file> 
 + 
 +==== Fonts ==== 
 + 
 +=== One-Time Setup === 
 + 
 +<file> 
 +mkdir -p ~/Dropbox/Config/Fonts 
 +</file> 
 + 
 +=== Use ===
  
 <file> <file>
Line 37: Line 67:
 </file> </file>
  
-===== Gnote with Dropbox =====+:!: Just drop your font files (usually ''.ttf'' files) into the new folder. 
 + 
 +==== Gnote ==== 
 + 
 +=== One-Time Setup ===
  
 <file> <file>
-mkdir -p ~/Dropbox/Config/ 
 mv ~/.local/share/gnote ~/Dropbox/Config/ mv ~/.local/share/gnote ~/Dropbox/Config/
 +</file>
 +
 +=== Use ===
 +
 +<file>
 ln -sf ~/Dropbox/Config/gnote ~/.local/share/ ln -sf ~/Dropbox/Config/gnote ~/.local/share/
 kill -9 `pidof gnote` # Reload kill -9 `pidof gnote` # Reload
 </file> </file>
  
-===== Tomboy =====+==== Tomboy ====
  
 It doesn't work properly to just sync the Notes folder, so we sync the synchronization folder instead. It doesn't work properly to just sync the Notes folder, so we sync the synchronization folder instead.
 +
 +=== One-Time Setup ===
  
 <file> <file>
 mkdir -p ~/Dropbox/Notes mkdir -p ~/Dropbox/Notes
 </file> </file>
 +
 +=== Use ===
  
 Configure Tomboy synchronization to Local Folder ''~/Dropbox/Notes''. Configure Tomboy synchronization to Local Folder ''~/Dropbox/Notes''.
  
-===== Empathy =====+==== Pidgin ==== 
 + 
 +:!: Close Pidgin first. 
 + 
 +Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now). 
 + 
 +=== Setup === 
 + 
 +<file> 
 +mv ~/.purple ~/Dropbox/Config/Pidgin 
 +</file> 
 + 
 +=== Use === 
 + 
 +<file> 
 +rm -rf ~/.purple                         # this deletes your existing config if it exists! 
 +ln -s ~/Dropbox/Config/Pidgin ~/.purple 
 +</file> 
 + 
 +==== Empathy ====
  
 :!: If you have problems after making these mods, reboot your PC and try Empathy again. :!: If you have problems after making these mods, reboot your PC and try Empathy again.
 +
 +:!: Don't bother with Empathy if you have Pidgin installed.
  
 Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now). Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now).
  
-==== Setup ====+=== Setup ===
  
 <file> <file>
Line 69: Line 132:
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
Line 78: Line 141:
 </file> </file>
  
-===== Remmina =====+==== Remmina ====
  
-==== Setup ====+=== Setup ===
  
 <file> <file>
 +mkdir -p ~/Dropbox/Config/Remmina
 mv ~/.remmina ~/Dropbox/Config/Remmina mv ~/.remmina ~/Dropbox/Config/Remmina
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
Line 93: Line 157:
 </file> </file>
  
-===== Upgrade =====+==== Thunderbird (Config Only) ====
  
-  - Stop the Dropbox client. +=== Setup === 
-  <file>rm -rf ~/.dropbox-dist</file> + 
-  Restart the Dropbox client.+<file> 
 +mkdir -p ~/Dropbox/Config/Thunderbird 
 +mv ~/.thunderbird/<default-profile-folder>/prefs.js ~/Dropbox/Config/Thunderbird/ 
 +</file> 
 + 
 +=== Use === 
 + 
 +<file> 
 +ln -sf ~/Dropbox/Config/Thunderbird/prefs.js ~/.thunderbird/<default-profile-folder>/prefs.js 
 +</file>
  
 ===== Windows Multi-User ===== ===== Windows Multi-User =====
computing/storage/dropbox.1324144018.txt.gz · Last modified: 2011/12/17 10:46 by gcooper