Using Dropbox with Xfce
Started working with my older laptop again, so I decided to install Xubuntu. Xubuntu is the Xfce edition of Ubuntu Linux. A big part of my computing experience is the portibility of applications like Dropbox or Box.net – easily being able to synch files on my various computers is of upmost importance. However, Dropbox is designed to work along with Nautilus which is the default file manager in GNOME…and the default window manager in Ubuntu. But not Xubuntu which uses Thunar as it’s file manager.

But, it’s no problem – by simply following the instructions below you can get Dropbox to work side-by-side with Xfce and Thunar. We will basically just be starting a no-frills instance of Nauilus which causes Dropbox to start. The explanation will mostly be relevant to Ubuntu/Xubuntu users, but can simply be modified to other distros.
Requirements:
- Nautilus file manager
- Dropbox for Linux
- Xfce (4.4+ works best)
- Install dropbox from source, or using the packages provided on the Dropbox site.
- Type the following into the terminal:
nautilus --no-desktop --browserThis will start Dropbox, and the icon should appear in your system tray.
- Log in, or sign up with a new account.
- Now, in order to have Dropbox running every time you use Xfce, you need it to autostart. Just go to:
Menu -> Settings -> Settings Manager -> Autostarted apps -> Add
and add the following
/home/your_username/.dropbox-dist/dropboxd
And that’s it! Dropbox should work normally now, synching your files perfectly. Now you can more stuff done.
This tutorial is more-or-less a translation and expansion of a tutorial from Polish website blok.kangoor.

Thanks it was very useful, but i dont have a /.dropbox-dist/ folder so i looked for another sollution and it was quite easy, simple press alt+f2 "nautilus" and you can close the nautilus window that dropbox is not affected
once it's installed, you may like to do like this:
$ sudo su –
$ cd /usr/bin
$ mv nautilus nautilus.bak
$ ln -sf thunar nautilus
p.s.: to avoid installing all the dependencies I preferred to install it manually, and I didn't use the debian package.
You can install Dropbox without installing Nautilus at all:
http://antrix.net/journal/techtalk/dropbox_kde.ht...