July 12, 2012 0

Restore Dropbox Shell Extension in Nautilus for Gnome3

Dropbox works great on linux, but at some point the shell extension stopped working for me. The shell extension provides little icons over all the files in your dropbox folder indicating their status, and (more importantly in my opinion) the dropbox context menu which lets you link to files, especially those in your Public folder. Here is how you can manually install the very latest version of dropbox-nautilus for your version of Ubuntu.

Add the dropbox linus repository

echo "deb http://linux.dropbox.com/ubuntu $(lsb_release -cs) main" | sudo tee "/etc/apt/sources.list.d/dropbox.list" > /dev/null

Add the dropbox public key

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E

Get an updated repository list

sudo apt-get update

Get the latest source code for nautilus-dropbox

sudo apt-get source nautilus-dropbox

Install of the of the necessary dependencies

sudo apt-get build-dep nautilus-dropbox

Install some packages necessary for compiling software in general

sudo apt-get install build-essential dpkg-dev

Change directory into the directory created for your source code, mine was labelled "dropbox-1.4.0"

cd nautilus-dropbox-0.6.7/

The README and INSTALL files are good to review at this point, they go over the basics and details of installation this package.

Following the README, we'll first configure the package.

sudo ./configure

Next we'll compile it with make.

sudo make

And finally we'll install.

sudo make install

At this point we have installed the latest version of nautilus-dropbox from source. We'll have to stop all running instances of nautilus and then reopen it to see our changes.

killall nautilus

That's it! Just run nautilus, or open your file browser as you normally would and you should have the latest version of dropbox's shell extension up and running.

Tags:

Dedicated Server Hosting by Hivelocity