We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Fifis
2 years agoHelpful | Level 6
Dropbox daemon downloader freezes at 90+% on fresh Linux Mint 21.1
Good afternoon!
I cannot install Dropbox on the freshly installation of Linux Mint 21.1 because the downloading of the daemon freezes after 91% or 93%. The download becomes unresponsive, and a ...
- 2 years ago
Hello!
Frankly, it must have been a heisenbug. I rebooted many times, downloaded the headless version, came home, retried... and the good old `dropbox_2020.03.04_amd64.deb` worked and is now syncing perfectly. It shall remain a mystery forever why it was not working... sorry for not being able to reproduce the problem, so it is solved now.
Maybe in the future, one may need to do something about the 'deprecated' warnings:
Starting Dropbox.../usr/bin/dropbox:303: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading GObject.threads_init() /usr/bin/dropbox:453: PyGTKDeprecationWarning: Stock items are deprecated. Please use: Gtk.Button.new_with_mnemonic(label) self.ok = ok = Gtk.Button(stock=Gtk.STOCK_OK) /usr/bin/dropbox:458: PyGTKDeprecationWarning: Stock items are deprecated. Please use: Gtk.Button.new_with_mnemonic(label) cancel = Gtk.Button(stock=Gtk.STOCK_CANCEL) /usr/bin/dropbox:348: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead t.setDaemon(True) /usr/bin/dropbox:334: PyGIDeprecationWarning: GObject.idle_add is deprecated; use GLib.idle_add instead GObject.idle_add(self.loop_callback, *ret) /usr/bin/dropbox:344: PyGIDeprecationWarning: GObject.idle_add is deprecated; use GLib.idle_add instead GObject.idle_add(self.on_done)
After it reached 100%, it started loading the fq extensions without a hindrance. Thank you for your prompt reply!
Yours sincerely,
Andrew.
Здравко
Legendary | Level 20
Hi Fifis,
Try following command:
cd ~ && curl -L https://www.dropbox.com/download?plat=lnx.x86_64 | tar xzf - && dropbox start
Is it working now? 🤔
Hope this helps.
Fifis
2 years agoHelpful | Level 6
Hello!
Frankly, it must have been a heisenbug. I rebooted many times, downloaded the headless version, came home, retried... and the good old `dropbox_2020.03.04_amd64.deb` worked and is now syncing perfectly. It shall remain a mystery forever why it was not working... sorry for not being able to reproduce the problem, so it is solved now.
Maybe in the future, one may need to do something about the 'deprecated' warnings:
Starting Dropbox.../usr/bin/dropbox:303: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading
GObject.threads_init()
/usr/bin/dropbox:453: PyGTKDeprecationWarning: Stock items are deprecated. Please use: Gtk.Button.new_with_mnemonic(label)
self.ok = ok = Gtk.Button(stock=Gtk.STOCK_OK)
/usr/bin/dropbox:458: PyGTKDeprecationWarning: Stock items are deprecated. Please use: Gtk.Button.new_with_mnemonic(label)
cancel = Gtk.Button(stock=Gtk.STOCK_CANCEL)
/usr/bin/dropbox:348: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
t.setDaemon(True)
/usr/bin/dropbox:334: PyGIDeprecationWarning: GObject.idle_add is deprecated; use GLib.idle_add instead
GObject.idle_add(self.loop_callback, *ret)
/usr/bin/dropbox:344: PyGIDeprecationWarning: GObject.idle_add is deprecated; use GLib.idle_add instead
GObject.idle_add(self.on_done)
After it reached 100%, it started loading the fq extensions without a hindrance. Thank you for your prompt reply!
Yours sincerely,
Andrew.
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!