Ubuntu 12.04 release is imminent and at the moment Dropbox will not install correctly, here’s how to fix that.
The problem is that the official Dropbox installer (from here) is expecting an obsolete package libnautilus-extension1 (version 1:2.22.2+) which has been replaced by libnautilus-extension1a (>= 1:3.4.0). If you’re using the ubuntu.deb package you’ll have to change this over.
Keep calm! Editing a deb package is really easy! Just follow these simple steps in Ubuntu 12.04′s file manager:
- Download the package! (https://www.dropbox.com/install?os=lnx).
- Rename it by removing “deb” and replacing with “ar”. (E.g nautilus-dropbox_0.7.1_i386.ar (or even dropbox.ar) ).
- Click “Extract here” from the right click menu and go into the new folder.
- Now “Extract here” for the “control.tar.gz” and go in to that new folder.
- Open the “control” file in an editor
- Now replace “libnautilus-extension1 (>= 1:2.22.2)” with “libnautilus-extension1a (>= 1:3.4.0)” and save the file.
- Now go back into the “control” folder and select all the files and click “Compress” from the right click menu.
- Select “.tar.gz” from the dropdown menu and then the “Create” button.
- Right click the new archive and select “copy”, then switch to the previous folder and select “paste” to replace the old file.
- New select the control.tar.gz , data.tar.gz and debian-binary files and then select “Compress” from the menu.
- Select “.ar” from the dropdown menu and then the “Create” button.
- Rename it back to have a “deb” extension instead of the “ar”.
- Install.
If you like, you can download an edited version here. Note that you should only ever install pacakges from people you trust, which in this case is me (Matthew Trust-me Wilcoxson)!
Hopefully, Dropbox will fix this soon but in the mean time this should get you up and running.