Learn how to make the most out of the Dropbox Community here 💙.
Learn how to make the most out of the Dropbox Community here 💙.
When I open dropbox I get this warning message:
The application “Dropbox.app” can’t be opened.
But then it opens without a problem. How can I get rid of this message?
Thanks!
Hi wellerpond,
Seems like you experience some permissions problems. On MAC OS there could be two parallel install, one - system wide and other - per user. From your description could be concluded one of the installs is damaged and the other works. It enough only one of them to work so everything could work as usual. To be sure everything is cleared (so no more tedious messages) you can clear everything and install the Dropbox application again. Stop/quit your application. Execute following commands in terminal (line by line):
rm -rf ~/Library/Application\ Support/Dropbox
rm -rf ~/Library/Dropbox
rm -rf /Applications/Dropbox.app
sudo chmod -R a+w /Library/DropboxHelperTools
sudo rm -rf /Library/DropboxHelperTools
Will be ask for your password (sudo). Now everything is like Dropbox has never been installed (exception is your data - they are in safe). Download and install latest stable release again (preferably offline installer).
Hope this helps.
Hi wellerpond,
Seems like you experience some permissions problems. On MAC OS there could be two parallel install, one - system wide and other - per user. From your description could be concluded one of the installs is damaged and the other works. It enough only one of them to work so everything could work as usual. To be sure everything is cleared (so no more tedious messages) you can clear everything and install the Dropbox application again. Stop/quit your application. Execute following commands in terminal (line by line):
rm -rf ~/Library/Application\ Support/Dropbox
rm -rf ~/Library/Dropbox
rm -rf /Applications/Dropbox.app
sudo chmod -R a+w /Library/DropboxHelperTools
sudo rm -rf /Library/DropboxHelperTools
Will be ask for your password (sudo). Now everything is like Dropbox has never been installed (exception is your data - they are in safe). Download and install latest stable release again (preferably offline installer).
Hope this helps.
That got it, thank you!
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!