-
Notifications
You must be signed in to change notification settings - Fork 10
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
System Settings breaks in macOS Sonoma #17
Comments
Looks like removing the sudo command from the rebuild fixes the issue. |
@popaprozac 2 questions:
The script tries to reset the LS database as the currently signed in user or root, depending on the context. My concern is that removing sudo altogether could cause issues in certain contexts (e.g. Setup Assistant). |
Thanks for the follow up! |
Same issue here - any ideas how to fix it? - Running the script through JAMF |
I suffer from the same issue.
I could fix it as mentioned by the OP by running
as local user (NOT root). The weird thing is that I did run it as
which is identical to what your script does... however, it seems to fail in your case for some obscure reason. So my solution is to simply run above commands at the end of my script... |
I'm working on v2 of this app under the |
Great thank you! |
Issue
System Settings fails to open after setting a default app
Steps to reproduce
msda set com.google.chrome -p http -p https -u public.url all -u public.html viewer -u public.xhtml all -fut
or anyset
command.Symptoms
After setting any app as a default app, System Settings fails to load properly. The app launches but does not display any windows and this is the View menu:
Workaround
I have been able to reset the LaunchServices and open System Settings by running the following:
The good news is the change is applied successfully so after resetting all LaunchServices System Settings open and the default app is set correctly.
The text was updated successfully, but these errors were encountered: