You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate that Dropbox can run by running `dropboxd /testrun 0`.
Show an error message that points users to the system requirements
help page if it won't run.
origin commit:
dropbox/nautilus-dropbox@ff410cd
Copy file name to clipboardExpand all lines: caja-dropbox.in
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ WARNING = u"In order to use Dropbox, you must download the proprietary daemon."
59
59
GPG_WARNING=u"Note: python-gpg (python-gpgme for Ubuntu 17.04 and lower) is not installed, we will not be able to verify binary signatures."
60
60
ERROR_CONNECTING=u"Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable."
61
61
ERROR_SIGNATURE=u"Downloaded binary does not match Dropbox signature, aborting install."
62
+
ERROR_INVALID_DROPBOX=u"Could not run Dropbox. Make sure your computer meets the minimum requirements:\nhttps://www.dropbox.com/help/desktop-web/system-requirements#desktop"
0 commit comments