Installation Dropbox Linux Mint 21.3
Impossible de démarrer dropbox sur un nouvel install LInux Mint 21.3.
Il me manquerait qq chose mais je ne peux savoir quoi.
CEla fonctionne sur une autre machine de même version.
Merci.
+++
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)
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/apex._apex.abi3.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/rsrv/home/sto/.dropbox-dist/dropbox-lnx.x86_64-198.4.7615/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Failed to run Python command:
!! dropbox: fatal python exception:
Traceback (most recent call last):
File "desktop/dropbox/fsutil.py", line 706, in safe_makedirs
File "../linux64_dropbox_virtual_env/lib/python3.8/os.py", line 223, in makedirs
FileExistsError: [Errno 17] File exists: '/rsrv//home/sto/.dropbox'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "desktop/dropbox/client/main.py", line 8237, in main_startup
File "desktop/dropbox/client/main.py", line 2665, in initialize
File "desktop/dropbox/client/main.py", line 1691, in startup_low
File "desktop/dropbox/client/main.py", line 1306, in safe_makedirs
File "desktop/dropbox/fsutil.py", line 711, in safe_makedirs
File "desktop/dropbox/fsutil.py", line 1299, in delete_broken_link
File "desktop/dropbox/sync_engine/file_system/pythonos.py", line 81, in make_path
ValueError: invalid path, includes ''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "desktop/pip/six/six-cpython-38/lib/six.py", line 696, in reraise
File "desktop/dropbox/gui.py", line 206, in on_message_queue
File "desktop/dropbox/client/high_trace.py", line 1640, in _force_flush_inner
File "desktop/dropbox/client/message_queue.py", line 306, in _wrapped
File "desktop/dropbox/client/high_trace.py", line 468, in flush
File "desktop/dropbox/client/high_trace.py", line 468, in <genexpr>
File "desktop/dropbox/client/high_trace.py", line 437, in get_all_log_files_newest_to_oldest
File "desktop/dropbox/client/high_trace.py", line 365, in get_log_files
AttributeError: 'NoneType' object has no attribute 'get_all_rows'
RUST PANICKING -- "Failed to run Python command!" at "desktop/app/lib/core/bootstrap/src/python.rs":153
/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,