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
- python-gpg was first included in 17.04, not 17.10. Update warning
to reflect that.
- Add more logging around error conditions.
origin commit:
dropbox/nautilus-dropbox@64f6412
INFO=u"Dropbox is the easiest way to share and store your files online. Want to learn more? Head to"
57
57
LINK=u"https://www.dropbox.com/"
58
58
WARNING=u"In order to use Dropbox, you must download the proprietary daemon."
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."
59
+
GPG_WARNING=u"Note: python-gpg (python-gpgme for Ubuntu 16.10 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"
62
+
ERROR_INVALID_DROPBOX=u"Could not start the Dropbox daemon. Make sure your computer meets the minimum requirements:\nhttps://www.dropbox.com/help/desktop-web/system-requirements#desktop"
0 commit comments