You are not logged in.
Pages: 1
If you install Dropbox from the Debian repros then the Wiki instructions for autostart wont work as Debian doesn't put dropbox in the users files. What seems to work ok is first install Dropbox from the Debian repros
apt-get install dropboxthen check you have a bin folder in your home directory, create it if not, and
touch ~/bin/nautilus && chmod +x ~/bin/nautilus && gedit ~/bin/nautilus &Then if you want to use pcmanfm paste the following into the new nautilus file
#!/bin/bash
exec pcmanfm $@
exit 0then add to your autostart file
# start dropbox daemon, but give it time to establish a net connection.
(sleep 30s && /usr/bin/dropbox) &Offline
Nice one. I currently prefer the beta - http://www.nsanedown.com/?request=20534976
just untar, move the resultant directory to ~, set it to autostart and bingo. No nautilus related nonsense, and it doesn't have that problem where it won't sync unless the wireless connection is present first. It's got some nice extra functions too.
Offline
Does this version use your default filemanager. You don't need the nautilus file for Debian as it will just use Iceweasel to display your local Dropbox files but I prefered pcmanfm.
Offline
You can also install automatically from the "Dropbox" submenu of the standard Statler menu - on the Openbox version at least. That installs in the user's directory, and doesn't need the nautilus hack.You get the same 0.7.110 version that's in the repos.
John
--------------------
( a boring Japan blog , and idle twitterings )
Offline
Then if you want to use pcmanfm paste the following into the new nautilus file
#!/bin/bash exec pcmanfm $@ exit 0then add to your autostart file
# start dropbox daemon, but give it time to establish a net connection. (sleep 30s && /usr/bin/dropbox) &
I tried this with thunar instead of pcmanfm on my workplace desktop, and found that my XFCE desktop and menu configurations were dramatically changed! Ironically I'm using dropbox to take a snapshot of my home desktop so that I can restore things back to the way I like them. I think I'll just use the web-based application from now on...
Offline
You can also install automatically from the "Dropbox" submenu of the standard Statler menu - on the Openbox version at least. That installs in the user's directory, and doesn't need the nautilus hack.You get the same 0.7.110 version that's in the repos.
I also tried it out (on Statler openbox) => works well with Thunar. No bugs. Auto-start 30 seconds after login.
Offline
I resolve the nautilsbug thanks to the wiki article about dropbox.
#! is simply fantastic !!!
Laptop Dell Latitude D630 Intel Core 2 Duo T7100 2.0GHz - RAM 4 GB - HD 160 GB - 14.1” WXGA+ (1280 x 800)
excuse for my bad english ...
We are a nice, friendly community here and I hope we stay that way.
Offline
I resolved the nautilus bug thanks to the wiki article about Dropbox.
#! is simply fantastic !!!
i too followed the wiki entry for Dropbox[english]
altho using xfce4 i used this command instead of the openbox version in the wiki;
gedit ~/.config/xfce4/autostart.shOffline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.