dropbox doesn't load in 14.04

Asked by Budly

Just did the upgrade. Superuser permission is required to start dropbox, but the screen requesting the password keeps reappearing. Also, a window to restart Nautilus doesn't restart Nautilus.

I uninstalled and re-installed dropbox with no effect.

I suspect there may need to be command line prompts, but don't know what.

Thanx for helping.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Budly
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

apt-cache policy nautilus-dropbox; lsb_release -a; uname -a

Thanks

Revision history for this message
Budly (budly) said :
#2

From terminal. . .

No command '“alias' found, did you mean:
 Command '0alias' from package 'zeroinstall-injector' (universe)
“alias: command not found
“alias android-connect=”mtpfs -o allow_other /media/Galaxy”
No command '“alias' found, did you mean:
 Command '0alias' from package 'zeroinstall-injector' (universe)
“alias: command not found
“alias android-connect=”mtpfs -o allow_other /media/Galaxy”
budly@uBudly-Desk:~$ sudo su
[sudo] password for budly:
root@uBudly-Desk:/home/budly# dropbox start
Starting Dropbox...Traceback (most recent call last):
  File "dropbox/client/main.py", line 63, in <module>
  File "dropbox/sqlite3_helpers.py", line 31, in <module>
  File "dropbox_sqlite_ext/__init__.py", line 9, in <module>
ZipImportError: can't find module 'pkg_resources'

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

That's not the output of the command I gave.....

Revision history for this message
Budly (budly) said :
#4

budly@uBudly-Desk:~$ apt-cache policy nautilus-dropbox; lsb_release -a; uname -anautilus-dropbox:
  Installed: 1.6.1-1
  Candidate: 1.6.1-1
  Version table:
 *** 1.6.1-1 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/multiverse i386 Packages
        100 /var/lib/dpkg/status
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
Linux uBudly-Desk 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
budly@uBudly-Desk:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Try:

sudo rm -r ~/.dropbox*

Then log off and on and run Dropbox from Dash.

Revision history for this message
Budly (budly) said :
#6

Still get. . .

Authentication is needed to run '/usr/bin/dropbox' as the super user

. . . and dropbox doesn't launch

Revision history for this message
Budly (budly) said :
#7

did software updates - 4/29/14
reboot
launching dropbox

Still get. . .

Authentication is needed to run '/usr/bin/dropbox' as the super user

window appears twice

. . . and dropbox doesn't launch

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

You could add enable suid on the dropbox binary
 It will then run as root by default

Revision history for this message
Budly (budly) said :
#9

root@uBudly-Desk:/home/budly# chmod u+s usr/bin/dropbox
chmod: cannot access ‘usr/bin/dropbox’: No such file or directory

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

What is the output of :

which dropbox

Thanks

Revision history for this message
Budly (budly) said :
#11

budly@uBudly-Desk:~$ which dropbox
/usr/bin/dropbox

File is text, not exe

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

Ok what is the output of:

file /usr/bin/dropbox; ls -la /usr/bin/dropbox

Thanks

Revision history for this message
Budly (budly) said :
#13

budly@uBudly-Desk:~$ file /usr/bin/dropbox; ls -la /usr/bin/dropbox
/usr/bin/dropbox: Python script, ASCII text executable, with very long lines
-rwxr-xr-x 1 root root 113753 Jan 3 00:51 /usr/bin/dropbox

Appreciate the help.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#14

If you run the command from terminal is there any output?

Thanks

If not then we'll take more drastic measures

Revision history for this message
Budly (budly) said :
#15

The only output of. . .

 file /usr/bin/dropbox; ls -la /usr/bin/dropbox
/usr/bin/dropbox: Python script, ASCII text executable, with very long lines
-rwxr-xr-x 1 root root 113753 Jan 3 00:51 /usr/bin/dropbox

is that. . .

/usr/bin/dropbox

is in green.

The other text is in white.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#16

sudo apt-get --purge remove nautilus-dropbox
rm -r ~/.dropb*
sudo apt-get --purge autoremove
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nautilus-dropbox

Then follow the onscreen guide.

Revision history for this message
Budly (budly) said :
#17

Ba Da Bing !!!!

Thank you for all your persistance and help, Mr. Actionparsnip.