Using Dropbox with XFCE
August 27, 2009 6 Comments
To setup and use dropbox with XFCE is easy. Follow the steps below:
- Download dropbox.
- Unpack it and put the .dropbox-dist folder into /home/your_username/ or where ever you choose.
- Start the terminal and use the following command: /home/your_username/.dropbox-dist/dropboxd (Now it is possible that it might crash a few times in the beginning, but don’t let it put you down. Once you get the wizard running enter your credentials or create a new account).
- Finally if you want to autostart dropbox you need to add it to startup programs. Go to Applications -> Settings -> Xfce 4 Settings Manager -> Session and Startup -> Application Autostart -> Add and enter the following command /home/your_username/.dropbox-dist/dropboxd
PS! This was written using Xubuntu 9.04 as base system.
-Eric