I installed Outset v3.0.0 on our new Catalina iMacs, and I'm having a time getting it to run scripts at any Outset triggered event. I installed the Apple Python3 CL Tools per Outset's instructions.
Outset will run if I manually invoke it, but doesn't to run anything at login, either in login-once or login-every.
I've done my usual trick of running
sudo chown -R root:admin /usr/local/outset/
sudo chmod -R 755 /usr/local/outset/
which got it working under Outset v2. In Outset v3, this doesn't seem to help.
Downgrading to Outset v2.0.6 seems to get it working, but with python2 having a short life, I'd prefer to be running Outset v3.
I'm getting this in my system log:
Jul 9 15:41:15 CCB126FMX12M com.apple.xpc.launchd[1] (com.github.outset.on-demand): This key does not do anything: OnDemand
Jul 9 15:41:18 CCB126FMX12M com.apple.xpc.launchd[1] (com.github.outset.login[785]): Service exited with abnormal code: 69
Anyone run into this and have a solution?