You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
I have a script that sets user docks initially for each user on a mac. I want it to only run once per user. So I place it in /usr/local/outset/login-once. I noticed recently that the scripts have been running every time the same user logins. After some research, it seems that outset has not been creating the com.github.outset.once.plist file in ~/Library/Preferences.
Could it be a permissions issue? I have the permissions set to root:wheel 755 but I also tried root:admin 755 and it didn't seem to create that once file.
I am running outset 3.0.1 on macOS Catalina 10.15.7. I have Python3 installed as well.
I have a script that sets user docks initially for each user on a mac. I want it to only run once per user. So I place it in /usr/local/outset/login-once. I noticed recently that the scripts have been running every time the same user logins. After some research, it seems that outset has not been creating the com.github.outset.once.plist file in ~/Library/Preferences.
Could it be a permissions issue? I have the permissions set to root:wheel 755 but I also tried root:admin 755 and it didn't seem to create that once file.
I am running outset 3.0.1 on macOS Catalina 10.15.7. I have Python3 installed as well.