Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

SOLVED - Dropbox on Debian Etch

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
mashcaster
Posts: 136
Joined: 2008-12-01 13:52

SOLVED - Dropbox on Debian Etch

#1 Post by mashcaster »

Is it possible to install Dropbox on Debian Etch? If yes, any helpful pointers will be appreciated as I find it difficult to compile from source.

Thanks
Last edited by mashcaster on 2009-02-06 16:06, edited 1 time in total.

User avatar
Method X
Posts: 22
Joined: 2009-01-04 23:00
Location: Saint-Petersburg;Russia
Contact:

#2 Post by Method X »

i just have finished with source compiling on my lenny with gnome desktop enviroment.

1.cd to the sources
2.you shold have these libraries installed:
libnautilus-extension-dev
libnotify-dev
so, in terminal: sudo apt-get install libnautilus-extension-dev libnotify-dev
3. ./configure
make (however, it doesn't work lol)
sudo make install
4. killall nautilus

hope,it will help
:D

User avatar
Method X
Posts: 22
Joined: 2009-01-04 23:00
Location: Saint-Petersburg;Russia
Contact:

#3 Post by Method X »

after compiling you should install it by clicking "start dropbox" in dropbox icon.
it will download a tarball and extract some files to your home directory.

i had some problems with getting it,so i found another way:
after clicking the start in dropbox icon:
"ps -ef|grep dropbox" to see the link to tarball: dropbox-lnx.x86-0.6.416.tar.gz.
download and paste it to home folder
!!!kill dropbox process
and the last:
tar xzf dropbox-lnx.x86-0.6.416.tar.gz
after that start dropbox again.

mashcaster
Posts: 136
Joined: 2008-12-01 13:52

#4 Post by mashcaster »

I doesn't work, when I try

./configure

it complains about Etch having the wrong version of libnautilus-extension-dev

User avatar
Method X
Posts: 22
Joined: 2009-01-04 23:00
Location: Saint-Petersburg;Russia
Contact:

#5 Post by Method X »

I found the same problem at dropbox forum: http://forums.getdropbox.com/topic.php? ... post-25240
Looks like you should upgrade this library, or just upgrade your system.
you can upgrade system in synaptic or through terminal:
sudo apt-get dist-upgrade (upgrades your distribution)
sudo apt-get upgrade (upgrades your libraries)

p.s.:
don't forget to add some new repositories.

mashcaster
Posts: 136
Joined: 2008-12-01 13:52

#6 Post by mashcaster »

I think I'll just wait a few more days for Lenny to become final.

mitjak
Posts: 1
Joined: 2009-11-08 18:15

Re: SOLVED - Dropbox on Debian Etch

#7 Post by mitjak »

Sorry to revive an old thread but could anybody suggest how to go about installing Dropbox without root access? The machines at uni have KDE and certainly no root privileges, and I've spent a little while trying to compile the nautilus libraries on my account or otherwise find precompiled binaries but so far no luck.

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: SOLVED - Dropbox on Debian Etch

#8 Post by bugsbunny »

If you're running KDE the nautilus stuff won't help you in any case. You can run in CLI mode.
https://www.dropbox.com/downloading wrote:What if I don't use Nautilus or X?

You aren't the only one! One of our lovely users created a HOWTO with instructions on how to set that up. Once you have done that you can use our CLI script to view the status of the Dropbox daemon as well as the status of files being synced. There is also a CLI script created by one of our users, Filip L., that you may also like.

Do you have any ideas for an improved CLI interface? Please let us know! Via linux@dropbox.com or our forums.

LakesGeek
Posts: 1
Joined: 2009-11-23 00:45

Re: SOLVED - Dropbox on Debian Etch

#9 Post by LakesGeek »

Hi folks,

Using Debian sid here. I found that the post by Method X did the job mostly, but if configure complains that it's missing docutils then:

apt-get install python-docutils

HTH anyone who is stuck at this point!

Nattack
Posts: 1
Joined: 2009-12-03 23:19

Re: SOLVED - Dropbox on Debian Etch

#10 Post by Nattack »

Debian Lenny here, successful install with no gripes during any process using Methodx's install. It did require the python-docutils and the packages listed in methodx's instructions to get running. but ./configure make && make install worked..

User avatar
aicardi
Posts: 388
Joined: 2009-11-18 01:30
Location: Chicago

Re: SOLVED - Dropbox on Debian Etch

#11 Post by aicardi »

This worked for me on squeeze as well.
Jessie/Xfce

Post Reply