LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-21-2014, 12:50 AM   #1
charlemagne-is-my-son
Member
 
Registered: Dec 2012
Location: Shanghai
Distribution: Xubuntu, 14.04
Posts: 54

Rep: Reputation: Disabled
nautilus-dropbox not working


I would think that installing nautilus-dropbox would allow me to add files to my Dropbox folder, and if an internet connection is present, automatically upload files in the folder to the web. From there I can download those files into any device I please. I can use the website for dropbox directly to drag and drop, but it's rather inconvenient.

To get dropbox on my ubuntu 12.04, I used these instructions:

http://www.liberiangeek.net/2012/04/...cise-pangolin/

It installs and I restart nautilus from terminal and get

matt@matt-NV57H:~$ nautilus
Initializing nautilus-gdu extension
Initializing nautilus-dropbox 0.7.1

But I never get the option to "Start Dropbox" as the tutorial above illustrates.
I try to move a file into ~/Dropbox, but I get

Code:
(nautilus:19671): Gtk-CRITICAL **: gtk_action_group_get_action: assertion `GTK_IS_ACTION_GROUP (action_group)' failed

(nautilus:19671): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed

(nautilus:19671): Gtk-CRITICAL **: gtk_action_set_sensitive: assertion `GTK_IS_ACTION (action)' failed

(nautilus:19671): Gtk-CRITICAL **: gtk_action_group_get_action: assertion `GTK_IS_ACTION_GROUP (action_group)' failed

(nautilus:19671): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed

(nautilus:19671): Gtk-CRITICAL **: gtk_action_set_sensitive: assertion `GTK_IS_ACTION (action)' failed
I tried to run dropbox from terminal, but dropbox status says
Code:
Dropbox isn't running!
dropbox start tells me to isntall dropbox, and dropbox start -i yields
Code:
Error: Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable The installation of Dropbox failed.
I don't know how to deal with this step of the problem. I searched here http://askubuntu.com/questions/31857...alling-dropbox

but I don't understand the suggestion. I'm in China using pubic wifi. So I'm behind a proxy? I don't know.

Tried the uppermost suggestion here: http://askubuntu.com/questions/69434...m-behind-proxy

sudo http_proxy=http://your_proxyroxy_port dropbox start -i

yields

Code:
matt@matt-NV57H:~$ sudo http_proxy=http://your_proxy:proxy_port dropbox start -i
[sudo] password for matt: 
Starting Dropbox...
Dropbox is the easiest way to share and store your files online. Want to learn more? Head to http://www.dropbox.com/

Traceback (most recent call last):
  File "/usr/bin/dropbox", line 1384, in <module>
    ret = main(sys.argv)
  File "/usr/bin/dropbox", line 1373, in main
    result = commands[argv[i]](argv[i+1:])
  File "/usr/bin/dropbox", line 806, in update
    download()
  File "/usr/bin/dropbox", line 529, in download
    download = DownloadState()
  File "/usr/bin/dropbox", line 248, in __init__
    self.socket = urllib.urlopen("http://www.dropbox.com/download?plat=%s" % plat())
  File "/usr/lib/python2.7/urllib.py", line 86, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.7/urllib.py", line 207, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 333, in open_http
    h = httplib.HTTP(host)
  File "/usr/lib/python2.7/httplib.py", line 1064, in __init__
    self._setup(self._connection_class(host, port, strict))
  File "/usr/lib/python2.7/httplib.py", line 693, in __init__
    self._set_hostport(host, port)
  File "/usr/lib/python2.7/httplib.py", line 721, in _set_hostport
    raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
httplib.InvalidURL: nonnumeric port: 'proxy_port'
The installation of Dropbox failed.
Tried this
Code:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
and got this failing over and over again:



Code:
--2014-04-21 13:45:34--  (try:19)  https://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-2.6.27.tar.gz
Connecting to dl-web.dropbox.com (dl-web.dropbox.com)|107.22.161.187|:443... failed: Connection timed out.
Retrying.
What can I do?
 
Old 04-22-2014, 12:33 AM   #2
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Install nautilus-dropbox. That should also install the dropbox daemon. Then open the main menu, and find Dropbox, probably in the Internet section. That will do the actual connection between your computer and Dropbox. Once you've done that, you should see the dropbox icon in your panel, or maybe not. I don't know how the Unity desktop works, or looks. I abandoned Ubuntu long, long ago. In any case, once you have things installed, all you should have to do is put files in your Dropbox folder, and the sync should happen without you needing to do anything else. I don't know what to tell you about the proxy situation. That's something you'll have to work out. I don't know if you're actually using one or not.
 
Old 04-22-2014, 12:48 AM   #3
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
This will certainly not work, if you type it in literally:

Code:
http_proxy=http://your_proxy:proxy_port
You have to replace "your_proxy" with the host name or IP address of a proxy server, and proxy_port with a port number. A proxy server allows you to access systems outside of your network. The error message "httplib.InvalidURL: nonnumeric port: 'proxy_port'" tells you that "proxy_port" must be a number.

Have you installed Dropbox from https://www.dropbox.com/install?os=lnx? If successful, you will find a new folder named Dropbox in your home directory. To up/download files to/from your dropbox account, just use this folder.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dropbox needing reinstalls in Centos 6.4 to keep working rockhopper_penguin Linux - Software 4 11-04-2013 09:17 AM
LXer: Working with Dropbox LXer Syndicated Linux News 0 02-08-2012 08:10 PM
LXer: SugarSync is working on a Linux client, but I'm not unhappy at all with Dropbox LXer Syndicated Linux News 0 03-29-2011 03:11 AM
Nautilus scripting not working... manwithaplan Linux - Desktop 3 02-20-2009 03:36 PM
Nautilus not working Guayacan Slackware 1 01-01-2004 04:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration