Need to see if your shared folder is taking up space on your dropbox π¨βπ»? Find out how to check here.
Forum Discussion
Beatboxer
5 months agoHelpful | Level 7
Do I have to reinstall Dropbox every time I do a software update on my Linux Fedora 42?
I'm running Dropbox on Fedora 42 (Linux). Each time I do a software update for the computer, this warning shows when I log in:
Do I really have to reinstall Dropbox each time? This is confusing...
- 3 months ago
Dropbox is running fine now. I think the answer (or workable workaround) is to click OK on the prompt that comes up (see image at top of thread) or run 'dropbox start -i'.
(I got an email notification that AugustusHarbor posted a useful comment two days ago, but for some reason it's not showing here in the thread....)
Beatboxer
4 months agoHelpful | Level 7
(I was wrong about not needing to re-install after today's update. The little dots showed up in the screen header but I realized they were not responsive. As you'll see below, "dropbox start" returned "The Dropbox daemon is not installed.")
=======
eric@fedora:~$ dropbox start
Starting Dropbox...
The Dropbox daemon is not installed!
Run "dropbox start -i" to install the daemon
eric@fedora:~$ tree -L 2 ~/.dropbox-dist
/home/eric/.dropbox-dist [error opening dir]
0 directories, 1 file
eric@fedora:~$ sudo tree -L 2 ~/.dropbox-dist
[sudo] password for eric:
/home/eric/.dropbox-dist
0 directories, 0 files
====
eric@fedora:~$ sudo tree -L 2 ~/.dropbox-dist.backup
/home/eric/.dropbox-dist.backup
βββ dropboxd
βββ dropbox-lnx.x86_64-229.4.5197
β βββ ACKNOWLEDGEMENTS
β βββ allocator_metrics.cpython-38-x86_64-linux-gnu.so
β βββ apex._apex.abi3.so
β βββ _cffi_backend.cpython-38-x86_64-linux-gnu.so
β βββ cpuid_native.abi3.so
β βββ cryptography.hazmat.bindings._openssl.abi3.so
β βββ cryptography.hazmat.bindings._padding.abi3.so
β βββ dropbox
β βββ dropboxd
β βββ fastpath.cpython-38-x86_64-linux-gnu.so
β βββ fs_api_python.cpython-38-x86_64-linux-gnu.so
β βββ google._upb._message.cpython-38-x86_64-linux-gnu.so
β βββ helpers
β βββ images
β βββ libatomic.so.1
β βββ libdropbox_core.so
β βββ libdropbox_sqlite_ext.so
β βββ libdropbox_tprt.so
β βββ libffi.so.7 -> libffi.so.7.1.0
β βββ libffi.so.7.1.0
β βββ libicudata.so.42
β βββ libicui18n.so.42
β βββ libicuuc.so.42
β βββ libpython3.8.so.1.0
β βββ libQt5Core.so.5
β βββ libQt5DBus.so.5
β βββ libQt5Gui.so.5
β βββ libQt5Network.so.5
β βββ libQt5OpenGL.so.5
β βββ libQt5PrintSupport.so.5
β βββ libQt5Qml.so.5
β βββ libQt5Quick.so.5
β βββ libQt5Sql.so.5
β βββ libQt5WebKit.so.5
β βββ libQt5WebKitWidgets.so.5
β βββ libQt5Widgets.so.5
β βββ libQt5XcbQpa.so.5
β βββ linuxffi_gnu_native.abi3.so
β βββ linuxffi_pthread_native.abi3.so
β βββ linuxffi_sys_native.abi3.so
β βββ linuxinfinite_native.abi3.so
β βββ nucleus_python.cpython-38-x86_64-linux-gnu.so
β βββ plugins
β βββ posixffi_libc_native.abi3.so
β βββ psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so
β βββ psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so
β βββ PyQt5.QtCore.so
β βββ PyQt5.QtDBus.so
β βββ PyQt5.QtGui.so
β βββ PyQt5.QtNetwork.so
β βββ PyQt5.QtPrintSupport.so
β βββ PyQt5.QtQml.so
β βββ PyQt5.QtWidgets.so
β βββ PyQt5.sip.so
β βββ python-packages.zip
β βββ qt.conf
β βββ README
β βββ resources
β βββ tornado.speedups.cpython-38-x86_64-linux-gnu.so
β βββ tprt.cpython-38-x86_64-linux-gnu.so
β βββ VERSION
β βββ wmctrl
β βββ wrapt._wrappers.cpython-38-x86_64-linux-gnu.so
β βββ _yappi.cpython-38-x86_64-linux-gnu.so
βββ VERSION
=====================================
eric@fedora:~$ dropbox start -i
Starting Dropbox.../usr/bin/dropbox:243: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
archive.extract(member, PARENT_DIR)
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/apex._apex.abi3.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
<frozen zipimport>:259: UserWarning: google.protobuf.service module is deprecated. RPC implementations should provide code generator plugins which generate code specific to the RPC implementation. service.py will be removed in Jan 2025
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
success!
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/apex._apex.abi3.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
<frozen zipimport>:259: UserWarning: google.protobuf.service module is deprecated. RPC implementations should provide code generator plugins which generate code specific to the RPC implementation. service.py will be removed in Jan 2025
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/eric/.dropbox-dist/dropbox-lnx.x86_64-230.4.8797/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
(dropbox:31362): LIBDBUSMENU-GLIB-WARNING **: 18:27:31.774: About to Show called on an item wihtout submenus. We're ignoring it.
Done!
=============
eric@fedora:~$ sudo tree -L 2 ~/.dropbox-dist
/home/eric/.dropbox-dist
βββ dropboxd
βββ dropbox-lnx.x86_64-230.4.8797
β βββ ACKNOWLEDGEMENTS
β βββ allocator_metrics.cpython-38-x86_64-linux-gnu.so
β βββ apex._apex.abi3.so
β βββ _cffi_backend.cpython-38-x86_64-linux-gnu.so
β βββ cpuid_native.abi3.so
β βββ cryptography.hazmat.bindings._openssl.abi3.so
β βββ cryptography.hazmat.bindings._padding.abi3.so
β βββ dropbox
β βββ dropboxd
β βββ fastpath.cpython-38-x86_64-linux-gnu.so
β βββ fs_api_python.cpython-38-x86_64-linux-gnu.so
β βββ google._upb._message.cpython-38-x86_64-linux-gnu.so
β βββ helpers
β βββ images
β βββ libatomic.so.1
β βββ libdropbox_core.so
β βββ libdropbox_sqlite_ext.so
β βββ libdropbox_tprt.so
β βββ libffi.so.7 -> libffi.so.7.1.0
β βββ libffi.so.7.1.0
β βββ libicudata.so.42
β βββ libicui18n.so.42
β βββ libicuuc.so.42
β βββ libpython3.8.so.1.0
β βββ libQt5Core.so.5
β βββ libQt5DBus.so.5
β βββ libQt5Gui.so.5
β βββ libQt5Network.so.5
β βββ libQt5OpenGL.so.5
β βββ libQt5PrintSupport.so.5
β βββ libQt5Qml.so.5
β βββ libQt5Quick.so.5
β βββ libQt5Sql.so.5
β βββ libQt5WebKit.so.5
β βββ libQt5WebKitWidgets.so.5
β βββ libQt5Widgets.so.5
β βββ libQt5XcbQpa.so.5
β βββ linuxffi_gnu_native.abi3.so
β βββ linuxffi_pthread_native.abi3.so
β βββ linuxffi_sys_native.abi3.so
β βββ linuxinfinite_native.abi3.so
β βββ nucleus_python.cpython-38-x86_64-linux-gnu.so
β βββ plugins
β βββ posixffi_libc_native.abi3.so
β βββ psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so
β βββ psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so
β βββ PyQt5.QtCore.so
β βββ PyQt5.QtDBus.so
β βββ PyQt5.QtGui.so
β βββ PyQt5.QtNetwork.so
β βββ PyQt5.QtPrintSupport.so
β βββ PyQt5.QtQml.so
β βββ PyQt5.QtWidgets.so
β βββ PyQt5.sip.so
β βββ python-packages.zip
β βββ qt.conf
β βββ README
β βββ resources
β βββ tornado.speedups.cpython-38-x86_64-linux-gnu.so
β βββ tprt.cpython-38-x86_64-linux-gnu.so
β βββ VERSION
β βββ wmctrl
β βββ wrapt._wrappers.cpython-38-x86_64-linux-gnu.so
β βββ _yappi.cpython-38-x86_64-linux-gnu.so
βββ VERSION
6 directories, 62 files
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!