14 Sep, 2008  |  Posted by Danesh  |  in Internet, Linux, Software, Windows
Dropbox

Dropbox

Dropbox has finally come out of beta and is now available to everyone. With the public launched the company also introduced their open source Linux client which integrates seamlessly with nautilus and with a bit of work, KDE too. Get dropbox now. There is also a dedicated client for the iPhone.

I guess with Dropbox and Internet connectivity one could forget about their USB thumb drives now.

Source: Dropbox Blog

The folks at dropbox released the much anticipated Linux client yesterday. Currently it’s designed as a nautilus extension. Support for Konqueror should be available soon.

The nautilus extension is opensource but the dropboxd daemon which keeps the files in sync is closed source.

Packages for Ubuntu and Fedora are available for download. For other distros you’ll need to compile from source. Go to the download page. 

I managed to get dropbox working on my openSUSE 11 running KDE. It’s quite simple actually. You need to install the nautilus and nautilus-devel pakages before compiling the source,

1. install nautilus

root#> zypper in nautilus

2. install nautilus-devel

root#> zypper in nautilus-devel

3. compile the dropbox source. Make sure to be in the source folder first.

root#> ./configure

root#> make

root#> make install

4. start nautilus or the dropboxd daemon to initiate the dropbox client. 

root#> nautilus

or

root#> cd /home/[user]/.dropbox-dist/

root#> ./dropboxd