You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
emaster987
3 years agoHelpful | Level 5
Deprecated message using Dropbox from Fedora RPM repos
System information: Operating System: Fedora Linux 35 KDE Plasma Version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.2 Kernel Version: 5.16.11-200.fc35.x86_64 (64-bit) Graphics Plat...
- 3 years ago
Hi emaster987,
Yes, from time to time different things become deprecated and replaced by others. In the particular case a library method is on focus. Let's hope Dropbox staff will take this in mind.
You have put in your description a lot of information but your Python version is missing (the actual issuer of that warning). Can you post your version? The result of command like:
python3 -c "import sys; print(sys.version)"
By the way, you can avoid that disturbing message as follow the provided direction within the message itself - i.e. replace the deprecated method name and set newer one (they are synonyms, actually). This could get achieved by following command:
sudo sed -i s/isSet/is_set/ /usr/bin/dropbox
Hope this helps.
Здравко
Legendary | Level 20
lwmar wrote:I cannot see the Dropbox icon on the top of the screen anymore ...
Hi lwmar,
Hm..🤔 It's strange when you had the application ran and displayed its icon it to stops just so, without reason at some point. As seems Dropbox cannot see that you're running graphical environment and gets fall back to console mode (headless one). Try figuring out what changed recently (around or just before moment the issue had come up)...
lwmar wrote:...
/usr/bin/dropbox:613: DeprecationWarning: isSet() is deprecated, use is_set() instead
if self.stop_event.isSet(): break
...
That's the easiest part. 😉 Did you try the command proposed above?
lwmar wrote:...
To link this computer to a Dropbox account, visit the following url:
https://www.dropbox.com/cli_link_nonce?nonce=59d01262f98ba27374e2a209975d2564...
Here it's trivial! 🙋 Just follow as noted. You need to get logged in your Dropbox account that you want to link your machine to.
Hope this helps.
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!