Think In Geek

In geek we trust

Installing dropbox and dropbox-nautilus in ArchLinux

If you’ve tried to install dropbox-nautilus from the source found in the Dropbox website, you’ll find that you can’t successfully complete the ./configure step of the package due to an error of the script not finding pygtk. This is an issue with Archlinux because of the way python binaries are handled in this distribution. However, you can use the AUR packages to install dropbox and its integration with Nautilus thank to the people that tweaked the scripts to work with Arch.

The first step you have to take is download the AUR packages. You’ll need to download both dropbox and nautilus-dropbox. Save both .tar.gz files at you preferred location and uncompress them using this command:

tar xvfz <filename.tar.gz>

Obviously, change with the filenames you have downloaded. Each tar command will create a folder. Go to the dropbox folder and run this package:

makepkg -s

This will build a package and install the required dependencies while doing it if needed (it will ask for your root password if you’re doing this without being root). If everything went ok, you’ll find a file with the extension .xy in the folder you’re in. This is what you need to install, using our beloved pacman (use sudo if you’re not root):

pacman -U <filename.xy>

This will install dropbox. After this, do the same for the other package: nautilus-dropbox. makepkg -s, pacman -U <filaneme.xy> and you’re done, you have Dropbox integrated with Nautilus. Just start Dropbox from your Applications menu and enjoy the service!

Share

, , , ,

2 thoughts on “Installing dropbox and dropbox-nautilus in ArchLinux

  • Jon Rodriguez says:

    For me, the files that you say end in “.xy” actually end in “.xz”. Everything else is the same and the instructions work fine.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>