Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I'd like to have DropBox running under multiple user accounts on a Mac, even after a reboot. The Mac auto logs in as one user, not me. How to best achieve this?

share|improve this question

2 Answers

up vote 2 down vote accepted

You'll have to configure Dropbox identically for all users, at least to the extent of "start at login", and "save password/login information". But if you configure it for all the system users, it should work identically no matter who logs in.

share|improve this answer
1  
I realize that auto login might be disabled at some point. Would this method work then? – mankoff Dec 13 '10 at 16:22
1  
No. Without a logged user, you cannot coerce Dropbox to work with it's current design. Period. – Jason Salaz Dec 13 '10 at 19:40

Create a script and it in /Library/StartupItems? You may also be able to simply drop an alias in that folder.

share|improve this answer
Any advice what might be in that script? – mankoff Dec 13 '10 at 16:23
I think it can be a simple script (make sure to chmod +x it), with a one-liner that runs DropBox. I'm really not sure, but I would try 'open /Applications/Dropbox.app/' or what have you. – Harv Dec 13 '10 at 16:25
This won't work because it will present the login screen for the app if it's not already configured/saved permanently. If, per my answer, you configure/save it for everyone, then it will work (but at that point, it will likely be logging in automatically anyways). – Jason Salaz Dec 13 '10 at 19:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.