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 [2012/04/05 15:33]
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.
Line 19: Line 19:
   - Restart the Dropbox client.   - Restart the Dropbox client.
  
-===== Documents ===== +===== Applications ===== 
-First, if you have any files in your "Documents" folder, move them to a safe place...somthing like this:+ 
 +==== SSH ==== 
 + 
 +=== One-Time Setup === 
 + 
 +<file> 
 +mv ~/.ssh ~/Dropbox/Config/SSH 
 +</file> 
 + 
 +=== Use === 
 + 
 +<file> 
 +rm -rf ~/.ssh 
 +ln -s ~/Dropbox/Config/SSH ~/.ssh 
 +</file> 
 + 
 +==== Documents ==== 
 + 
 +=== One-Time Setup ===
  
 <file> <file>
Line 26: Line 44:
 </file> </file>
  
-Now we delete the existing Documents folder and create a link to the Dropbox version:+=== Use === 
 + 
 +:!: The following command will delete all your documents not in the Dropbox folder!
  
 <file> <file>
Line 33: Line 53:
 </file> </file>
  
-===== Fonts =====+==== Fonts ====
  
-===Setup ====+=== One-Time Setup ===
  
 <file> <file>
Line 41: Line 61:
 </file> </file>
  
-==== Use ===+=== Use ===
- +
-Drop your font files (usually ''.ttf'' files) into the new folder.+
  
 <file> <file>
Line 49: Line 67:
 </file> </file>
  
-===== Gnote =====+:!: 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 81: Line 132:
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
Line 90: Line 141:
 </file> </file>
  
-===== Remmina =====+==== Remmina ====
  
-==== Setup ====+=== Setup ===
  
 <file> <file>
-mkdir -p ~/Dropbox/Config/Thunderbird+mkdir -p ~/Dropbox/Config/Remmina
 mv ~/.remmina ~/Dropbox/Config/Remmina mv ~/.remmina ~/Dropbox/Config/Remmina
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
Line 106: Line 157:
 </file> </file>
  
-===== Thunderbird ====+==== Thunderbird (Config Only) ====
- +
-==== Tags ==== +
  
 === Setup === === Setup ===
  
 <file> <file>
-mkdir ~/Dropbox/Config/Thunderbird+mkdir -p ~/Dropbox/Config/Thunderbird
 mv ~/.thunderbird/<default-profile-folder>/prefs.js ~/Dropbox/Config/Thunderbird/ mv ~/.thunderbird/<default-profile-folder>/prefs.js ~/Dropbox/Config/Thunderbird/
 </file> </file>
computing/storage/dropbox.1333661590.txt.gz · Last modified: 2012/04/05 15:33 by gcooper