Created
July 7, 2014 00:47
-
-
Save a3ammar/8f166a19d599b7d3cac0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Stop Dropbox: | |
- Click the Dropbox icon in the menu bar at the top of your screen | |
- Click on the gear icon in the Notifications panel and select 'Quit Dropbox' | |
2. Download the newest version: | |
www.dropbox.com/install | |
3. Open your Terminal app (Located at /Applications/Utilities/Terminal) | |
4. Copy and paste the following lines into the Terminal, ONE AT A TIME, and press ENTER after each one. PLEASE make sure you copy and paste these commands (don't type them by hand), as getting them wrong could cause some harm. You'll be prompted for your computer's admin password (not your Dropbox password) after entering the first command. Keep in mind that the password field in the terminal will remain blank as you type your password. After you type it, just press ENTER. | |
sudo chown "$USER" "$HOME" | |
sudo chown -R "$USER" /Users/<User>/Dropbox | |
sudo chmod -R u+rw /Users/<User>/Dropbox | |
sudo mv ~/.dropbox ~/.Trash/dropbox.old | |
sudo mv ~/.dropbox-master ~/.Trash/dropbox-master.old | |
sudo chmod -N ~ | |
sudo mv /Library/DropboxHelperTools ~/DropboxHelperTools.old | |
5. Open the .dmg file from step # 2 and double click the Dropbox icon to install Dropbox. | |
6. Restart Dropbox from the Applications folder. | |
If Dropbox doesn't start, please copy and send me the result from the Terminal commands. Alternatively, if it's easier you can also take a screenshot and attach it to your reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment