macadmins / outset

Automatically process packages and scripts during boot, login, or on demand.
Apache License 2.0
159 stars 12 forks source link

Login Items Show 2 different entries for Outset #28

Closed lincolnep closed 1 year ago

lincolnep commented 1 year ago

Describe the bug Login Items Show 2 different entries for outset but I think there should only be one.

To Reproduce Install Outset and check Login Items

Expected behavior From the Wiki I was only expecting 1 Login Item entry for Outset

Screenshots

image image

System Details:

Additional context Not sure if this is an issue but I thought I would ask.

lincolnep commented 1 year ago

After installing Outset version 4.0.21885 it update the icon in login items

image
lincolnep commented 1 year ago

This is my current Login Items MDM setup

image
bartreardon commented 1 year ago

This is a known issue as per the wiki https://github.com/macadmins/outset/wiki/Deployment#known-issues-and-behaviour

lincolnep commented 1 year ago

Thank you, bartreardon, for pointing out that part of the wiki that I missed.

I have followed the instructions mentioned in the wiki to address the issue, but unfortunately, it did not resolve it.

Furthermore, I am facing difficulty in preventing users from disabling Outset in login items, especially when those items are not listed under Outset. Do you have any suggestions or ideas on how to prevent users from disabling Outset in such cases?

bartreardon commented 1 year ago

instead of using bundle id in your config profile to control the login items you could use label prefix io.macadmins.Outset or teamID T4SK8ZXCXG

lincolnep commented 1 year ago

Thanks bartreardon that did the trick!

Both ways work well as an added caution I used both like this.

image
bartreardon commented 1 year ago

Good to know 🙂 I might add that to the wiki