You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
JensRenders
2 years agoNew member | Level 2
Dropbox app stopped working on Ubuntu 22.04
Today I booted up my fully updated laptop, Ubuntu 22.04, and noticed dropbox didn't start automatically. I manually started the app but nothing happened. I rebooted and tried again, nothing.
Then I uninstalled dropbox and reinstalled (using the latest deb package for Ubuntu 14.04 - 22.04). After this install I got a message from update notifier that a restart of nautilus was required for dropbox. I clicked the restart button and nautilus did indeed restart. Then I got a button that says "start dropbox". I pressed it and again nothing. Again a full reboot and nothing. Again reinstalled and rebooted, nothing.
I tried using the dropbox CLI. Navigated to my dropbox folder and ran
$ dropbox status
Dropbox isn't running!
Then I tried
$ dropbox start
Starting Dropbox...Traceback (most recent call last):
File "/usr/bin/dropbox", line 1603, in <module>
ret = main(sys.argv)
File "/usr/bin/dropbox", line 1592, in main
result = commands[argv[i]](argv[i+1:])
File "/usr/bin/dropbox", line 1443, in start
if not start_dropbox():
File "/usr/bin/dropbox", line 763, in start_dropbox
subprocess.Popen([DROPBOXD_PATH], preexec_fn=os.setsid, cwd=os.path.expanduser("~"),
File "/home/jens/mambaforge/envs/def/lib/python3.10/subprocess.py", line 969, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/jens/mambaforge/envs/def/lib/python3.10/subprocess.py", line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: '/home/jens/.dropbox-dist/dropboxd'
I have no idea what the issue is. Any help is appreciated. Let me know what other info I can provide for diagnosis!
Thanks!
I've had the exact same problem on Ubuntu 22.04
➜ ~ dropbox start
Starting Dropbox...Traceback (most recent call last):
File "/usr/bin/dropbox", line 1603, in <module>
ret = main(sys.argv)
File "/usr/bin/dropbox", line 1592, in main
result = commands[argv[i]](argv[i+1:])
File "/usr/bin/dropbox", line 1443, in start
if not start_dropbox():
File "/usr/bin/dropbox", line 763, in start_dropbox
subprocess.Popen([DROPBOXD_PATH], preexec_fn=os.setsid, cwd=os.path.expanduser("~"),
File "/usr/lib/python3.10/subprocess.py", line 969, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)I've gone through the following steps that seems to have resolved the issue for me:
1. manually removed /home/<user>/.dropbox-dist and /home/<use>/.dropbox
2. purged dropbox with sudo apt-get purge dropbox
3. downloaded the installer again and installed it with gdebi package manager
- Zoltan PNew member | Level 2
I've had the exact same problem on Ubuntu 22.04
➜ ~ dropbox start
Starting Dropbox...Traceback (most recent call last):
File "/usr/bin/dropbox", line 1603, in <module>
ret = main(sys.argv)
File "/usr/bin/dropbox", line 1592, in main
result = commands[argv[i]](argv[i+1:])
File "/usr/bin/dropbox", line 1443, in start
if not start_dropbox():
File "/usr/bin/dropbox", line 763, in start_dropbox
subprocess.Popen([DROPBOXD_PATH], preexec_fn=os.setsid, cwd=os.path.expanduser("~"),
File "/usr/lib/python3.10/subprocess.py", line 969, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)I've gone through the following steps that seems to have resolved the issue for me:
1. manually removed /home/<user>/.dropbox-dist and /home/<use>/.dropbox
2. purged dropbox with sudo apt-get purge dropbox
3. downloaded the installer again and installed it with gdebi package manager
- JensRendersNew member | Level 2
Thank you so much, finally working again. I don't think it is necessary to use gdebi, as I tried the same steps but then installed by double click (software install) and it also worked.
- Zoltan PNew member | Level 2
Sure, gdebi is just an option. I happened to use that one, but you can use any other sw of your choice
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!