Skip to content
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

Try to fix macOS bursting bubbles issue #1367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fantix
Copy link
Member

@fantix fantix commented Sep 15, 2024

When creating a new instance on macOS, sometimes lots of bubble notifications show up at once. I'm not able to reliably reproduce the issue, so this is a guessed fix trying to avoid libc::mkdir("~/Library/LaunchAgents", ...) if unnecessary.

See also #1054

@mmastrac
Copy link
Contributor

I have a feeling this won't help. The extra mkdir is likely just erroring out without performing any modifications -- the underlying cause appears to be a background launch agent database that gets corrupted:

https://discussions.apple.com/thread/254341579?sortBy=rank

sfltool resetbtm is apparently the way to fix this.

We could still land this as it's probably harmless either way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants