-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: some configurations don't stick between logins #35
Comments
The most sensible solution perhaps is to do the following:
As I'm considering additional kinds of fixes, it might make sense to turn this into a |
After some experimentation, I don't think the problem is whether the configuration fix command is run as This emphasizes the importance of running the app one per user. |
This partially satisfies the bug referenced in issue #35.
the `/Library/Preferences` version of this command does not seem to persist. Consider removing it with the others. #35
This doesn't seem to stick over time:
This is accomplished with the |
This command doesn't stick over time: But the current-user-only version does. |
I think #29 broke some config fixes; By not running as sudo by default, we temporarily change the
defaults
value but it doesn't persist.I've noticed this with the application firewall and stealth mode.
The text was updated successfully, but these errors were encountered: