Anyone using the Karmic Alpha’s who has tried to install Dropbox will have noticed that the Jaunty .deb’s fail to work.

Thankfully all you need to do is install it from source – which isn’t as scary as it sounds!

A rather spiffing gentleman called Eric brought this to my attention on his blog. Strangely it hadn’t occured to me to build Dropbox from source!

Depend On Me

Firstly you’ll need the required depedncies for Dropbox

sudo apt-get install libnotify-dev libnautilus-extension-dev python-docutils

Download Me

Then download and extract the source to your desktop. (right click – extract)

Stable: http://www.getdropbox.com/download?dl=packages/nautilus-dropbox-0.6.1.tar.bz2

Dev: http://dl-web.getdropbox.com/u/17/dropbox-lnx.x86_64-0.7.24.tar.gz (thanks Thomas)

Install Me

Open a terminal and navigate into the extracted folder

cd Desktop

cd nautilus [[hit the tab button to auto-complete]]

./configure && make

sudo make install

OR if you prefer to use checkinstall: –

./configure

sudo checkinstall

Once installed you’ll need to eitehr log out and back in or simply

killall nautilus

[This was written using Alpha 6]