Dropbox is a web-based file syncing service. The nice thing is, it works natively with Windows, Mac OS/X and Linux…and it just works fine. Unfortunately, it has a heavy Gnome/Nautilus dependency. Luckily, it is not that hard to let Dropbox work without the load of dependencies. You find plenty of manuals in the Internet. I will just outline how you do it in three simple steps:
First, you download the Dropbox daemon you need, either 32- or 64-bit Linux:
32bit: http://www.dropbox.com/download?plat=lnx.x86
64bit: http://www.dropbox.com/download?plat=lnx.x86_64
Secondly, extract the file into your home directory. The extracted folder will be hidden.
Thirdly, use your shell to call the Dropbox daemon:
/home/user/.dropbox-dist/dropboxd
After you created your account, and linked your computer to the Dropbox account, you find a ne folder in your home directory named Dropbox. This is your sync folder.
Now you can create a system link to your autostart folder for starting Dropbox at startup.
For KDE it looks like that:
ln -s ~/.dropbox/dropboxd ~/.kde/Autostart/dropboxd
In KDE 4.3 the autostart folder has moved. You can either link it system-wide (not recommended):
ln -s ~/.dropbox/dropboxd /usr/share/autostart/dropboxd
or user-specific:
ln -s ~/.dropbox/dropboxd ~/.kde4/share/autostart/dropboxd
Both works fine.
Now Dropbox works fine with any Linux you like (and use).
If you want to install Dropbox behind a proxy server and you are using GNOME, use the same manual. The graphical installer for the package nautilus-dropbox doesn’t work behind a proxy server. It requires the proxy environmental variables, but somehow the script doesn’t get them. However, if you install the Dropbox daemon as in this manual you can manually specify the proxy server settings and it just works fine…as it should.
25/12/2009 at 08:15
Thank You.
03/01/2010 at 12:28
thanks a lot man
15/01/2010 at 21:08
Thanks a lot. I really appreciate your help.
20/01/2010 at 19:14
Thanks a lot man. Worked in Linux Mint/Gnome
29/01/2010 at 20:37
Thanks a lot man, I really appreciate your help.
Worked in Ubuntu 9.10.
01/02/2010 at 08:32
That’s what I was looking for!
Worked perfectly on Ubuntu 9.04/Gnome behind a NTLM proxy.
Thanks a lot!
01/02/2010 at 19:02
Thank you! I was desperate to install dropbox also for my computer at the University (python and the proxy did not seem to interact well).
02/02/2010 at 08:45
It doesn’t work after updating.
The solution is to use RC
http://forums.dropbox.com/topic.php?id=16764&replies=29
12/03/2010 at 17:40
I didn’t have the time to check this..
I will do so soon and then edit the article accordingly.
24/02/2010 at 09:56
Thanks a lot! This is how Ubuntu should be like: simple and straightforward. It’s magic.
24/02/2010 at 20:02
I wanted to take the time to thank you for your excellent article, which helped me to get working again after rebuild…
You rock, don’t let anyone tell you otherwise…; p
26/02/2010 at 12:14
You saved the world!
Works for Ubuntu 9.10 with Gnome too!
12/03/2010 at 09:29
If you’re behind a proxy, there’s an alternate method:
Download the dropbox deamon (tar.gz file)
$ sudo gedit /usr/bin/dropbox
Replace the line:
self.file = urllib.urlopen(“http://www.getdropbox.com/download?plat=%s” % plat())
With the following (change the folder name as necessary):
self.file = urllib.urlopen(“file:///tmp/dropbox-lnx.x86-0.7.110.tar.gz”)
$ dropbox start -i
The installer will “download” the deamon from your hard drive and install it cleanly.
12/03/2010 at 17:41
SOunds like a good way…I will check it out
16/03/2010 at 17:12
great, it works seamlessly
===========
debian-lenny
use dropbox for ubuntu 7.10
[the newer version won't work n i dun want compile from the source]
LoL
===========
03/12/2010 at 11:30
Thanks a lot to both of you
worked like a charm!
08/04/2010 at 10:08
Work fine, thanks a lot
13/04/2010 at 07:11
Hey thanks lots, quick and very nice help to get dropbox working on linux, Ubuntu 9.10 Karmic Koala
13/04/2010 at 12:46
Works fine.
Thanks.
14/05/2010 at 10:22
…and 6 months later you keep receiving positive feedback. Thanks a lot Daniel, it worked in Ubuntu 10.04 with Gnome/Nautilus. Greetings from Dublin. Juan
01/06/2010 at 15:58
Thanks. This is just what I was looking for.
09/06/2010 at 08:45
Spot on! Many thanks.
F.
13/11/2010 at 08:57
Thanks man! You made my life easier
31/01/2011 at 09:06
Many thx
16/05/2011 at 14:37
[...] http://danielschultz.wordpress.com/2009/11/09/dropbox-behind-a-proxy/ [...]