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.
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....)
26 Replies
Replies have been turned off for this discussion
- Neal4 months ago
Community Manager
Hi Beatboxerβ,
Thanks for sharing all of that with us!
Are you running tree with sudo for a reason? If that's necessary, it's possible that your permissions could be messed up there. Could you run:ls -l ~/.dropbox-dist/*
...and send us the output?
- Beatboxer4 months agoHelpful | Level 7
Tree ran without sudo, just now. I think I used sudo because I had the ff result early on, with the "[error opening dir]". Since using sudo gave the second result without the error, I just continued doing it.
The ls command gave me seven-five-five [for some reason the "community" does not allow me to use the numerals] all the way down. I can send that result if you need it.
====
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-dist0 directories, 0 files
=== - Neal4 months ago
Community Manager
Hi Beatboxerβ,
If your permissions are 755 the whole way down, could you verify that your account and group are both listed as the owner, as well as the owner of the ~/.dropbox-dist directory itself?
- Neal4 months ago
Community Manager
Hi Beatboxerβ,
Just a heads up, we had to spam your other thread as it's about the same issue and our Community Guidelines state that you should only have one post per issue.
If you could get back to me on my last comment, I''ll continue to assist.
- Beatboxer4 months agoHelpful | Level 7
Is this what you want? (Sorry I didn't get back. Been tied up.)
eric@fedora:~$ ls -l ~/.dropbox-dist
total 8
-rwxr-xr-x. 1 eric eric 103 Aug 12 06:45 dropboxd
drwxrwxr-x. 1 eric eric 2856 Aug 13 18:27 dropbox-lnx.x86_64-230.4.8797
-rw-rw-r--. 1 eric eric 10 Aug 12 06:45 VERSIONJust to review where we are: It seemed to me that after my computer was updated, Dropbox would need to be re-installed. That was often the case, anyway. Just now I wanted to reboot, and Fedora wanted to run updates. After the updates, I ran 'dropbox start,' and the terminal told me "dropbox is already running." So maybe there's a random flukiness going on, and I just fall back to running 'dropbox start -i' when necessary.
This is what was updated just now:
Thanks.
(PS: I can't remember what was in the other thread and how it could have been on the same topic. It may have been about my difficulty installing the dropbox plugin for Nemo. That seems quite a different topic.) - Neal4 months ago
Community Manager
Hi Beatboxerβ,
No worries at all and apologies if I wasn't clear (my bad!), I also need the permissions for the ~/.dropbox-dist folder itself. It looks like the permissions there might be messed up, if sudo is needed to run tree in there.
- Beatboxer4 months agoHelpful | Level 7
drwxrwxr-x. 1 eric eric 88 Aug 13 18:27 .dropbox-dist
Tree runs ok without sudo. I had just been using sudo a lot.
eric@fedora:~$ 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
βββ VERSION6 directories, 62 files
- Dell_Dropbox4 months ago
Community Manager
Beatboxerβ unfortunately we may have come full circle, our team recommended uninstalling Dropbox, deleting ~/.dropbox-dist and ~/.dropbox, then reinstalling. Which I know which is what originally brought you here to begin with. This case is a thorny one π¬
- Beatboxer4 months agoHelpful | Level 7
The Fedora Software utility indicates that the Flatpak version of dropbox is installed. Is that the same as the "proprietary dropbox daemon" that the popup tells me I need to install?
- Neal4 months ago
Community Manager
Hi Beatboxerβ,
When you install Dropbox from Fedora Software, what youβre actually getting is the Flatpak package. That Flatpak only provides the Dropbox desktop client (the menus and icon), but it doesnβt include the actual background service that syncs your files.
That syncing service is the proprietary Dropbox daemon, and it needs to be installed separately. Without it, youβll see a popup saying Dropbox canβt run until the daemon is present.
Here are the steps to get it working on Fedora:
Install dependencies (required for the daemon to run):
sudo dnf install libatomic
Download the official Dropbox daemon from Dropbox:This will place the daemon in ~/.dropbox-dist/.
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Start the daemon:The first time it runs, it will ask you to link your computer with your Dropbox account (via a URL you open in your browser).
~/.dropbox-dist/dropboxd
Run Dropbox normally:
-
- If youβre using the Flatpak UI, it should now detect the daemon and sync correctly.
- Alternatively, you can skip the Flatpak and just install the official Dropbox RPM package from Dropboxβs Linux install page, which bundles the client and daemon together.
-
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!