Re: Dropbox howto

gychang wrote:
corenominal wrote:

4: Hit Alt+F2 and enter the command:

nautilus

If successful, Nautilus will start and the Dropbox icon will appear in your panel's system tray.

when I enter nautilus, my PCMan (file manger starts) and no dropbox icon.

any help?

thanks,

gychang

If you are struggling with this, you could also try an alternative install method as detailed on the wiki: http://crunchbanglinux.org/wiki/howto/h … stallation

Hope it helps! smile

Re: Dropbox howto

So I finally had a crack at this today. Modified the wiki howto slightly to setup with pcmanfm and all is well. Dropbox is pretty sweet smile

Re: Dropbox howto

omns wrote:

Modified the wiki howto slightly to setup with pcmanfm and all is well. Dropbox is pretty sweet smile

Thanks omns smile

Re: Dropbox howto

^ I just meant that I modified it for myself but I'll go in and mod the wiki as well smile  A note explaining both alternatives would be best I think.

Re: Dropbox howto

^ Doh, I realised that after I posted. No pressure wink

Re: Dropbox howto

^ done smile

Re: Dropbox howto

^ you are the man, thank you smile

Re: Dropbox howto

Thank you for the info corenominal!
I can now run Dropbox "and" keep using Pcmanfm.

Slow but Steady.

Re: Dropbox howto

w007

Finally signed up fo Dropbox (didn;t realise till now it only sent the delta! that's awesome!!!)

Obligatory referral link for anyone who wants to get an extra 250MB when joining

Ex-KDE user.
Collects old PC's (Coz he can't afford new ones =P)
Crunchbang @ Distrowatch
My Blog (updated infrequently, and on the #! Planet too.)

Re: Dropbox howto

I like dropbox and it's must have

Re: Dropbox howto

pbsMind wrote:

I did this:

   1. Download just the bin files here: http://www.getdropbox.com/download?plat=lnx.x86
   2. Extract and move .dropbox to ~/.dropbox
   3. Add this line ~/.dropbox-dist/dropboxd & to your ~/.config/openbox/autostart.sh file

source

this works the best, thanks.

gychang

Re: Dropbox howto

So, if I installed dropbox the way of the wiki only AFTER realizing that this post had been updated (so I installed nautilus), does that mean I can get rid of nautilus?

Re: Dropbox howto

thefunnelweaver wrote:

So, if I installed dropbox the way of the wiki only AFTER realizing that this post had been updated (so I installed nautilus), does that mean I can get rid of nautilus?

If you installed Dropbox by following the instructions on the wiki, then Nautilus should not be required.

Re: Dropbox howto

Hmm... Dropbox is not autostarted in my system – the icon just briefly blinks and dies out. This is what I get trying to launch Dropbox from a terminal:

piraja@narskupaukku:~$ dropbox start &
[1] 4583
piraja@narskupaukku:~$ Starting Dropbox...Done!
The program 'dropbox' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadIDChoice (invalid resource ID chosen for this connection)'.
  (Details: serial 637 error_code 14 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
dropbox: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.

[1]+  Done                    dropbox start
piraja@narskupaukku:~$

Just wanted to mention this – should probably see if there already is a bug report about it.

[EDIT, the next morning:] On the next reboot, the icon appeared in Tint2's system tray and a pop-up window was opened for Dropbox set-up. So now it suddenly works as it should. (Yes, I did reboot already yesterday, after installing the app.)

[2nd Ed.] I'm not the only one here who's experienced this, as it seems.

Last edited by Piraja (2009-09-18 06:13:54)

I never use smilies, but there are exceptions that prove the rule wink
Now playing: Last.fm

Re: Dropbox howto

The wiki article (link at the very first post of this topic) worked as a charm! Thank you all!

If someone wants to join Dropbox and get 250MB extra this is my referral https://www.getdropbox.com/referrals/NTI1MjU1OTc5

Re: Dropbox howto

tongue ??? What's this fuss all about?

CURLFTPFS

#!/bin/sh
sudo apt-get install curlftpfs
sudo curlftpfs myhost.domain.com ~/ftpfolder/ -o user=myuser:mypass
pcmanfm ~/ftpfolder/

SCRIPT

#!/bin/sh
HOST='host.domain.com'
USER='myuser'
PASSWD='mypass'
FILE=`zenity --file-selection --title="share file"`
BASENAME=`basename $FILE`

ftp -n $HOST <<END_SCRIPT
quote USER $USER
quote PASS $PASSWD
cd myShare
put $FILE $BASENAME
quit
END_SCRIPT

Last edited by lordkrandel (2009-10-23 18:06:27)

Re: Dropbox howto

I tried to install Dropbox using the WIKI page. Problem being I have 64 bit. I tried adding _64 to the given download link and it worked. Also after grabbing the 64 bit file, the process worked perfectly and Dropbox is all good.

Here is the link I used to grab the 64 bit version of the file. 

http://www.getdropbox.com/download?plat=lnx.x86_64

Enjoy.

cxexa

Re: Dropbox howto

Is the "copy public link" supposed to work with Openbox/PCManFM?  There doesn't seem to be a dropbox entry in the right-click menu when you're in the public dropbox folder.

Re: Dropbox howto

It's not supposed to work, the dropbox folks only support nautilus integration at the moment. There are several command line tools available on their website though: http://wiki.dropbox.com/DropboxAddons

ASUS Eee PC 1005 HA | Volume Icon | Thunar Dropbox

Re: Dropbox howto

Prompted by finding the Dropbox install script in Statler (which worked beautifully), I want to install it on my regular #!9.04 box too and found this thread and the wiki article. Hope you don't mind a couple of small questions:

corenominal wrote:
#!/bin/bash
exec thunar $@
exit 0

Shouldn't the $@ be better quoted, in case it gets passed a filename with spaces? ie:

#!/bin/bash
exec thunar "$@"
exit 0
gedit ~/.config/openbox/autostart.sh &

And add the following lines to the end of the file:

# Just in case some random app calls on Nautilus, lets set some safeguards to minimise the impact:
# Disable Nautilus desktop, because we really really do not want it!
gconftool-2 -s -t bool /apps/nautilus/preferences/show_desktop false &
# Do not let Nautilus set the background, because we really really do not want this either.
gconftool-2 -s -t bool /desktop/gnome/background/draw_background false &
# Make Nautilus use spatial mode, should start-up quicker.
gconftool-2 -s -t bool /apps/nautilus/preferences/always_use_browser false &
# Make Nautilus show the advanced permissions dialog -- if it has to start, lets at least make it usable :) 
gconftool-2 -s -t bool /apps/nautilus/preferences/show_advanced_permissions true &
# And finally...
# ...start dropbox daemon, but give it a minute so we can establish a net connection.
(sleep 60s && ~/.dropbox-dist/dropboxd) &

Using the method in the wiki Nautilus isn't installed at all is it? Isn't that gconf stuff now redundant? Moreover, if someone does deliberately install it at some later point, mightn't those changes to Nautilus's default behaviour cause some confusion for them?

Dropbox does look very useful btw smile

John
------------------------
( a boring Japan blog , and idle twitterings )
“There is more Unix-nature in one line of shell script than there is in ten thousand lines of C.” - Master Foo

Re: Dropbox howto

I followed these instructions to install Dropbox to Statler 2 xfce4 on two of my machines. It works a treat. No Nautilus is required. Lean and mean!

http://www.reddeadresolve.com/2010/04/h … -xfce.html

Last edited by luvva_cuppa (2010-09-01 22:53:54)

"In spite of the cost of living, it's still popular."
Kathleen Norris

Re: Dropbox howto

^Yes, I've just noticed that Dropbox on Statler seems to behave differently from on 9.04, even though it's supposed to be the same 0.7.110 version.

The Statler install script doesn't make that fake-nautilus thing in the wiki, and it still seems to work fine, on Openbox anyway. (It doesn't do that dbmakefakelib.py stuff from your link either - maybe that's only needed for xfce?.) On 9.04, though, without the fake-nautilus script links to files from the Dropbox system tray icon don't work. You definitely need the quotes round that "$@" btw.

Another difference is that the tool-tip info that pops up when you hover the mouse over the icon in Statler doesn't happen in 9.04.

Whatever, Dropbox seems to be working fine on both systems. smile

John
------------------------
( a boring Japan blog , and idle twitterings )
“There is more Unix-nature in one line of shell script than there is in ten thousand lines of C.” - Master Foo

Re: Dropbox howto

I successfully installed as described in the wiki, on my #! desktop and on Statler on the netbook.
In neither do I see any icon popping up though neutral

I can go to the dropbox website and upload, so it is working.

EDIT: I found what I omitted for installing properly:
I didn't click the executable :-)
It's working now, including the icon.

Last edited by catch22 (2010-09-16 18:52:51)

#!+mocp=music in my ears

Re: Dropbox howto

taintedsushi wrote:

Is the "copy public link" supposed to work with Openbox/PCManFM?  There doesn't seem to be a dropbox entry in the right-click menu when you're in the public dropbox folder.

I've written this post where i describe thunar-dropbox, the same tool of nautilus-dropbox, link i've also asked to the mainteiner of this application if he could create a plugin for pcmanfm maybe smile

Last edited by toketin (2010-09-09 10:38:04)

Re: Dropbox howto

Hey everyone,

I just wanted to share some cool stuff I learned about Dropbox on Linux today.

First, there's an entire Wiki section for Linux Tips & Tricks: http://wiki.dropbox.com/LinuxTipsAndTricks

Second, it has an official CLI found at http://www.dropbox.com/download?dl=packages/dropbox.py. More info also found here: http://wiki.dropbox.com/TipsAndTricks/T … stallation

Finally, once you have the official CLI in place, you can force your Linux Dropbox client to update to the latest stable version using this series of commands:

dropbox.py stop
rm -r ~/.dropbox-dist   OR  mv ~/.dropbox-dist ~/.dropbox-dist-bak (just to be safe)
dropbox.py start -i

The Dropbox forums are full of all kinds of other goodies, too. I just thought this easy way to force an update was the best!