Now that I use Dropbox, I never have to worry about carrying round USB flash drives. All my shared files are stored across my computers and on the web. Dropbox+Xfce=Crazy Delicious.
How to Install Dropbox In xfce
Stolen from the Lubuntu Mailing List
In a terminal type:
- cd
- wget -O dropbox.tar.gz http://www.dropbox.com/download\?plat=lnx.x86
- tar -zxvf dropbox.tar.gz
- wget -nd http://dl.dropbox.com/u/6995/dbmakefakelib.py
- wget -nd http://dl.dropbox.com/u/6995/dbreadconfig.py
- python dbmakefakelib.py
I did run into a bit of trouble when running:
red@vostro:~$ python dbmakefakelib.pyIf you see this, don't worry, Dropbox installed correctly.
Traceback (most recent call last):
File "dbmakefakelib.py", line 39, in
compile_fakelib()
File "dbmakefakelib.py", line 36, in compile_fakelib
raise Exception, ret[1]
Exception: sh: gcc: not found
To start Dropbox
In a terminal
~/.dropbox-dist/dropboxd
- you can also make a launcher or shortcut for dropbox using the same command.- In xfce you will need to replace the ~/ with /home/YOUR USER NAME/.dropbox-dist/dropboxd
- My launcher ends up being /home/red/.dropbox-dist/dropboxd
If you wuold like to try Dropbox, it's free. Use this referral link to get an extra 250MB of storage (that's 2.25GB of storage just for signing up).
Awesome! Thanks I just installed Xfce4 on my debian systema and was wondering this exact thing.
ReplyDeleteFabulous postings. Dropbox on Squeeze has been a plague to me. Rest of XFCE stuff is also really useful Thanks heaps. Bestombes
ReplyDeleteI'm using this method on Linux Mint 9 XFCE and it seems to work very well. Thank you for posting these instructions to getting DropBox up and going on a XFCE desktop OS.
ReplyDeleteJust wanted to post a thanks alot for this. Really needed dropbox on my #! machine
ReplyDeleteAdam,
ReplyDeleteThanks alot. Glad I could help.
Hi, there's now an official Debian package for Dropbox that can be used on Debian Squeeze:
ReplyDeletesee this article.
hertzog,
ReplyDeleteThanks for the link but those packages are for nautilus. Xfce4 uses Thunar.
red
"A FAKE NAUTILUS SCRIPT
ReplyDeleteWe will now create a fake Nautilus script, which will in fact launch pcmanfm (or Thunar depending which release of crunchbang you are using or personal preference) when Dropbox requests it. We will placing the script in ~/bin. If you have deleted this directory, you will need to recreate it and ensure that ~/bin is in your $PATH and before /usr/bin. When ready, open a terminal and enter the following command:"
src: http://crunchbanglinux.org/wiki/howto/howto_setup_dropbox
Thanks. Just wanted to mention this works on Sid as well.
ReplyDeleteHello. How do you uninstall dropbox that's been installed via this method? Thanks
ReplyDeleteThanks, worked fine. One small correction though:
ReplyDeleteAdding Dropbox to the autostart apps required the use of this command line: sh -c "~/.dropbox-dist/dropboxd"
Neither ~/.dropbox-dist/dropboxd nor /home/username/.dropbox-dist/dropboxd worked for me.
Regards, Pjotr.