Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
  2.  
  3. cd ~ && wget -O - "https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-2.10.51.tar.gz" | tar xzf -
  4.  
  5. ~/.dropbox-dist/dropboxd
  6.  
  7. Couldn't start Dropbox.
  8. This is usually because of a permissions error. Storing your home folder on a network share can also cause an error.
  9.  
  10. Get more help at [cannot post links yet]
  11.  
  12. Please contact Dropbox support with the following info for help:
  13.  
  14. /tmp/dropbox_errorOqCF3h.txt
  15.  
  16. ImportError: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
  17.  
  18. sudo apt-get install libgtk2.0-0
  19.  
  20. sudo apt-get install libsm6
  21.  
  22. wx error: Unable to access the X Display, is $DISPLAY set properly?
  23. Unable to access the X Display, is $DISPLAY set properly?
  24.  
  25. env - LANG="$LANG" ~/.dropbox-dist/dropboxd &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement