We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
RogerOakes
3 years agoExplorer | Level 3
Ubuntu 22.04 LTS problems
I started getting this message when running Dropbox on Ubuntu 22.04 LTS - So I went to www.dropbox.com and downloaded the current version .deb installation file and used gdebi to unpack and in...
Здравко
3 years agoLegendary | Level 20
Hi RogerOakes,
Install your old and compatible version. After that try fix the issue using following shell commands:
$ dropbox stop
$ rm -rf ~/.dropbox-dist
$ dropbox start -i
Hope this helps.
- RogerOakes3 years agoExplorer | Level 3
No change in situation. Dropbox client still doesn't work for me on Ubuntu 22.04 LTS. Reverting to browser based client.
- Здравко3 years agoLegendary | Level 20
Can you post the terminal output when executing the commands, I posted above?
- RogerOakes3 years agoExplorer | Level 3
Okay.
Dropbox isn't running!
Starting Dropbox...[Errno 13] Permission denied: '/home/roger/.dropbox.-dist'
/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)
/usr/bin/dropbox:341: PyGIDeprecationWarning: GObject.idle_add is deprecated; use GLib.idle_add instead
GObject.idle_add(self.on_exception, e)
/usr/bin/dropbox:309: PyGTKDeprecationWarning: The keyword(s) "type, message_format" have been deprecated in favor of "message_type, text" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
error = Gtk.MessageDialog(parent = None,
/usr/bin/dropbox:309: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
error = Gtk.MessageDialog(parent = None,- Здравко3 years agoLegendary | Level 20
Hm... 🤔 RogerOakes As seems you have customized your distribution - something in general not advisable if you're not aware what you're going to do.
Anyway... Are you sure you have not a mistake on type/copy your command output? The output doesn't seem to come from latest supported package version (2020.03.04). Just we be aware what you are running, can you post the output of the following commands too (both of them, not just the last, as you have done before):
dpkg-query -S /usr/bin/dropbox dpkg-query -s dropbox | grep -i version
PS: To be sure you run latest distribution fixes, you can launch in advance:
sudo apt-get update sudo apt-get upgrade
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.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!