Quantcast
Channel: User Jeroen Wiert Pluimers - Super User
Viewing all articles
Browse latest Browse all 43

Answer by Jeroen Wiert Pluimers for How to stop and start dropbox.app in Apple Terminal?

$
0
0

In addition to the answer by slhck:

When the DropBox menu icon hangs and shows the rainbow wheel/spinning wheel then the below command will kill Dropbox:

killall Dropbox

Then you can start it with open -a "DropBox" like https://superuser.com/users/48078/slhck mentioned.

This is the alias I have defined for restarting Dropbox:

alias restartDropBox="osascript -e 'tell application \"Dropbox\" to quit';killall Dropbox;open -a \"Dropbox\""

Note the:

NB: The 300% enlarged spinning wheel is from WikiMedia.
enter image description here


Viewing all articles
Browse latest Browse all 43

Trending Articles