I am trying to make my mac execute safari every time user admin is logged in. currently I tried to use LaunchDeamons to execute open -a safari and I get:
error -610 noUserInteractionAllowed: no user interaction allowed.
How can I execute process as interactive at logging?
I have tried this also:
https://www.switchingtomac.com/tutorials/osx/set-automatic-startup-and-login-items-in-mac-os-x/
Didn't work.
The solution I am seeking is simply executing some python script in user terminal in login, I am new to mac (coming from windows) but I thought this will be trivial, just adding my script to some folder..