Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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

@fantix fantix requested a review from mmastrac September 15, 2024 16:07
@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.

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

Successfully merging this pull request may close these issues.

2 participants