Tagged Questions
1
vote
2answers
39 views
How to stop an app from launching on Login?
I have created an app, that sets itself to launch at Login using SMLoginItemSetEnabled. Here is the code it uses. My question is, how can I manually remove this app from launching at login?
The app ...
1
vote
3answers
75 views
Login items with niceness other than 0
I have quite a few login items on my Mac, mostly Apps that I want to have idling in the background (like Tweetbot or Reeder), but that I don't use immediately. I would like to give these Apps an ...
22
votes
4answers
18k views
Why am I getting a “dubious ownership of file” error when Launch Agent runs my .plist file?
I have a Launch Agent configured to run a .plist file for example: /Library/LaunchAgent/foo.plist. Inside this .plist, it is set to run during LoginWindow and Aqua.
When I attempt to launch my ...