-
Notifications
You must be signed in to change notification settings - Fork 209
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: macOS Ventura 13.1 Background Items Spam #617
Comments
I experience this too, plus my mailhog service has failed to actually start. It feels as though it keeps trying, and that's why the notifications keep appearing? |
For me, running |
@anotherjames yeah same here, I don't think this is necessarily a bug with Valet+ but with macOS (let's hope a future release of Ventura addresses it). |
I have found some sort of progress - via https://www.reddit.com/r/MacOSBeta/comments/yecvhm/comment/j0h8roz/?utm_source=reddit&utm_medium=web2x&context=3 - the repeated notifications are due to a code signing issue, so following the steps there meant I could sign the Mailhog app, though I also had to with For me, it came down to running: Other than that, I do still find I have to restart the following services after booting up now that I'm using Ventura, but that might of course be a separate issue: sudo brew services restart dnsmasq
brew services restart nginx (Again, on my system I have to do the last one there with a |
I think the following may have something to do with this as well. If you run
My guess is that in the latest update to MacOS Ventura, we cannot use the plist_options anymore and need to use the service.require_root, like the message suggests. |
FYI I recently ran into this issue too. I think it is not related to Valet+, but rather a MacOs bug, see: Third comment fixed it for me: |
The elasticsearch issue is a non-related issue and fixed in Version 3 using Docker instead of Brew. The 'background items added' spam is very annoying indeed. Unfortunately not a Valet+ issue or something I can fix. It's macOS related. It seems that the solution provided by @K3vinF (#617 (comment)) fixes it. |
valet --version
):2.4.0-beta6
valet fix
andvalet install
after updating and before submitting my issue/feature.What is the problem?
![Screenshot 2022-12-22 at 09 03 31](https://user-images.githubusercontent.com/1268085/209087319-3a62883f-e454-4dc1-bb89-0aed886562c1.png)
After upgrading to macOS Ventura 13.1 I get spammed by "Background Items Added" notifications.
What was supposed to happen?
No "Background Items Added" notification should show.
What actually happened?
After a reboot/boot I get spammed by "Background Items Added" notifications. Mostly about MailHog.
Restarting Valet+ usually solves this, until I reboot again.
How to reproduce this?
Install Valet+ on macOS Ventura 13.1. Reboot/boot your computer.
What is the solution?
No idea!
The text was updated successfully, but these errors were encountered: