1

I did not use my computer for a month. On starting Dropbox after opening it, it shows the following Could not start dropbox daemon On checking the Dropbox site for system requirements System requirements enter image description here enter image description here enter image description here So I went about checking all these requirements, GTK went about checking

Glibc also (ldd in ubuntu) glibc

Libappindicator 12.10 or higher libappindicator

Nautilus 3.10.1 or higher nautilius

libatomic version check libatomic version check

1 Answers1

2

I just noticed that one of my photos had the error of

libatomic.so.1: can't open

Blah

libatomic error detect

On searching for libatomic in askubuntu I found answer1. This was a question about failure to implement answer2.

Anyway on running the following command (as in answer2 )

sudo apt install libatomic1

It was fixed. Dropbox GUI and CLI are working now.

  • I am going to wait and see if there is a deeper and insightful answer than mine. – Tejas Shetty Jan 02 '20 at 14:46
  • Strangely answer2 (as above) mentions the following "NOTE: This library is installed with Google Chrome, so if you had have the browser installed in your system you wouldn't have seen the issue" But I have installed google Chrome – Tejas Shetty Jan 02 '20 at 14:51
  • 3
    I'm glad you figured it out. In the future, you're more likely to get help if you copy and paste the text from the screen into your question. I can't read those screenshots you posted even on my large display and most people won't take the trouble to click on a bunch of images to see if they can help. Note that a very large fraction of the images you posted are irrelevant to your question. – Organic Marble Jan 02 '20 at 15:27
  • 1
    I will fix the issue from here onwards @OrganicMarble. For now, clicking on the image zooms on it. – Tejas Shetty Jan 02 '20 at 15:35