Page 1 of 1

[SOLVED] Dropbox from repositories does not contain dropbox?

Posted: Sat Dec 29, 2012 7:51 pm
by lecterror
I've installed dropbox from the repo ("apt install dropbox") and..I can't seem to start it. There is no dropbox on the menu. When I do a "which dropbox" I get nothing..which means there is no executable? When I try to install .deb from the dropbox website, it warns me I should install the one from the repo..

So what's the wisest course of action here? My /home folder is a separate partition, and I already have a version of dropbox installed there from my previous OS (Mint vulgaris). Can I simply add that to my startup apps?

I'm on LMDE 64bit / Cinnamon / UP6 (even though the update manager still says UP5?)

Re: Dropbox from repositories does not contain dropbox?

Posted: Sat Dec 29, 2012 8:08 pm
by Orbmiser
Not familar with LMDE do you use nautilus? Nemo? Caja?

As repo's show three versions to install. So seems dependent on file manager used? Just guessing and no expert.

nautilus-dropbox
nemo-dropbox
caja-dropbox

Since I use nemo installed that and have a icon in Internet menu.
.

Re: Dropbox from repositories does not contain dropbox?

Posted: Sat Dec 29, 2012 8:37 pm
by lecterror
Hm...actually, none of those..? I usually just use Krusader for file management (or the command line), due to severe lack of Total Commander on linux.

In my repos I see:

dropbox (installed)
nautilus-dropbox
caja-dropbox (installed)
libnet-dropbox-api-perl
nemo-dropbox

But, shouldn't these be only for integration with the file manager? I was expecting dropbox package to simply install dropbox, without integration?

Re: Dropbox from repositories does not contain dropbox?

Posted: Sat Dec 29, 2012 9:13 pm
by zerozero
try with

Code: Select all

apt install nemo-dropbox

Code: Select all

zerozero@deb-kde ~/Documents $ apt show nemo-dropbox
Package: nemo-dropbox
New: yes
State: not installed
Version: 1.0.1+lmde
Priority: optional
Section: non-free/gnome
Maintainer: Clement Lefebvre <root@linuxmint.com>
Architecture: amd64
Uncompressed Size: 373 k
Depends: nemo, procps, python-gtk2 (>= 2.12), python-gpgme, policykit-1,
         libatk1.0-0 (>= 1.12.4), libc6 (>= 2.3), libcairo-gobject2 (>= 1.10.0),
         libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>=
         2.31.8), libgtk-3-0 (>= 3.0.0), libnemo-extension1, libpango1.0-0 (>=
         1.14.0), python
Conflicts: caja-dropbox, caja-dropbox, dropbox, dropbox, nautilus-dropbox,
           nautilus-dropbox, nemo-dropbox
Replaces: dropbox, dropbox
Provides: dropbox
Description: Dropbox integration for Nemo
 Nemo Dropbox is an extension that integrates the Dropbox web service with your
 Cinnamon Desktop. 
 
 Installing this package will download the proprietary dropbox binary from
 dropbox.com.
Homepage: http://www.dropbox.com/


Re: Dropbox from repositories does not contain dropbox?

Posted: Sun Dec 30, 2012 7:51 am
by lecterror

Code: Select all

$ apt install nemo-dropbox
Amazingly, that seems to have done it! It is now available on the menu and the startup apps list. Also:

Code: Select all

$ which dropbox
/usr/bin/dropbox
Thanks zerozero!

Re: [SOLVED] Dropbox from repositories does not contain drop

Posted: Sat May 18, 2013 4:01 am
by suslovsky
after all I use command "/usr/bin/dropbox start -i" in terminal and NOW it start and begin to be usable (make folder, systray icon etc.)