Forum Discussion

JensRenders's avatar
JensRenders
New member | Level 2
2 years ago
Solved

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...
  • Zoltan P's avatar
    2 years ago

    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

     

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!