You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Perpetual "Background Items Added"

Since upgrading to macOS 13.x, I've received a sequence of Background Items Added notifications with every restart. Permission for all these is enabled under General > Login items: Allow in the Background:



Nonetheless, every time I restart, I get another round of notifications. Obviously this is nothing like fatal, but nonetheless, I'd like to suppress the superfluous warnings about things that aren't problems.

Mac mini, macOS 13.1

Posted on Nov 2, 2022 3:30 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 19, 2023 9:03 AM

I think I solved this – for myself, at very least.


Full disclosure: I am not an Apple developer. However, I am a software engineer with > 20 years experience working on UNIX and UNIX-Like systems (mainly Linux variants), similar to MacOS.


OK! All that being said, here's what I did:


  1. Reboot in Safe Mode
  2. Remove unwanted items from /Library/LaunchDaemons/
  3. Remove unwanted items from /Library/LaunchAgents/
  4. Remove unwanted items from /Users/username/Library/LaunchAgents/ (aka "~/Library/LaunchAgents")
  5. Reset background task management database
  6. Reboot and login normally


Before I did this, I was getting dozens and dozens of "Background Items Added" warnings. (Ventura 13.1 on a 2020 Intel MacBook Pro.) My logic for this was as follows:


  • When the Mac fully boots up and the user logs in normally, the state of running apps is held in memory, and may be written out to disk at any time.
  • Making changes in this state, therefore, may not have a permanent effect
  • When booted in "Safe Mode" no background applications are started. (Or, at least, only the very essential ones.)
  • Therefore, changes can be made which will survive a restart, from Safe Mode


Furthermore: Startup tasks may be run at system boot, at login of ANY user, and at login of a particular user account. As I understand it:


  • /Library/LaunchDaemons : Run at system boot
  • /Library/LaunchAgents : Run when any user logs in
  • ~/Library/LaunchAgents: Run when that particular user logs in



TL;DR: JUST TELL ME WHAT TO DO!


Ok, I feel you. Here is the step-by-step. Like I said, this worked for ME. YMMV. ¯\_(ツ)_/¯


Reboot in Safe Mode

Apple Menu -> Restart. Hold down the SHIFT key (Intel Macs) until you see the login screen.

Start up your Mac in safe mode - Apple Support


Remove unwanted startup items, reset BTM database, restart

  1. Open up Terminal.app (link).
  2. Make a directory into which you can move (rather than delete) the unwanted files by typing:
    1. mkdir -pv /tmp/DISABLED/LaunchDaemons
    2. mkdir -pv /tmp/DISABLED/LaunchAgents
    3. mkdir -pv /tmp/DISABLED/User-LaunchAgents
  3. Go to your user LaunchAgents directory by typing: "cd ~/Library/LaunchAgents"
    1. List all files by typing: "ls -la"
    2. Move each file you want to disable by typing: "mv -v file.to.disable /tmp/DISABLED/User-LaunchAgents/"
  4. Switch to the root (aka "admin") account by typing: "sudo su -" and then entering your admin password.
  5. Go to the system LaunchDaemons directory by typing: "cd /Library/LaunchDaemons"
    1. List all files by typing: "ls -la"
    2. Move each file you want to disable by typing: "mv -v file.to.disable /tmp/DISABLED/LaunchDaemons/"
  6. Go to the system LaunchAgents directory by typing: "cd /Library/LaunchAgents"
    1. List all files by typing: "ls -la"
    2. Move each file you want to disable by typing: "mv -v file.to.disable /tmp/DISABLED/LaunchAgents/"
  7. Reset background task management database: "sfltool resetbtm"
  8. Exit terminal and reboot normally


I know this looks like a lot. If anything goes sideways, /tmp/DISABLED contains the files you removed. Just move them back and restart.


Good luck!


Similar questions

268 replies

Jan 28, 2023 7:42 AM in response to r bryan

I deleted the gotomeeting app and that's when these background notices started happening. And they are relentless. So removing the app doesn't seem to stop it from happening. For those of us that don't know what LaunchApps is or where it is located, can you give more detailed instructions?


Also, I just found the launchapps file but which one is go to meeting using and if I delete it will I cause some damage.

Jan 28, 2023 7:45 AM in response to rdimonda

No guarantee it won't cause damage, but if you click on the (i) thingie next to the Login Item in System Preferences, it will bring up the file in the Finder. It appears that the two offending files (at least on my system) are


~/Library/LaunchAgents/com.logmein.GoToMeeting.G2MAIRUploader.plist

~/Library/LaunchAgents/com.logmein.GoToMeeting.G2MUpdate.plist


Good luck!

Jan 28, 2023 8:30 AM in response to rdimonda

I'm not an expert on this issue, but I believe that deleting items from these two folders only removes them from the "Login Items" section in System Settings. I don't believe this action uninstalls the apps. In my case, the two items that I deleted from these folders were leftover fragments from apps that I previously uninstalled. I suggest you use caution before you delete items from these folders.

Jan 28, 2023 9:28 AM in response to rdimonda

Did you click on the (i) (Info) button next to the login item in System Preferences -> General -> Login Items? That should bring up the file in the Finder, wherever it happens to be on your system.


Note: the ~ in the pathname I gave means your home directory; ~/Library is NOT the same thing as /Library.


I just restarted my Mac for the first time after deleting those files. No G2MUpdate notifications, and the two login items are gone from the list in System Preferences. Hopefully those particular notifications are gone for good. They had been a royal pain ever since I updated to Ventura a couple of months ago. I had uninstalled GoToMeeting over a year ago when my university required us to switch to Microsoft Teams instead. I don't think your G2MUpdate notifications will stop until you find those files and delete them (assuming you have uninstalled the app - LogMeIn's instructions say you only have to drag the app file to the Trash, but obviously that is not enough).


To those folks who suggested deleting EVERYTHING in ~/Library/Launch{Agents,Daemons}... PLEASE don't do that. As others have posted, this is guaranteed to break the apps that depend on those files. Deleting certain files in those folders is a last-ditch measure to get rid of notifications from UNINSTALLED apps.

Jan 30, 2023 7:26 AM in response to r bryan

I'm a little late to this issue, but what solved it for me was to uninstall and reinstall the apps that generated the notifications. I know this can be a pain, but it worked.


For me, it was two apps; one, I was no longer using and the other, was Stream Deck. Stream Deck is owned by Corsair Inc, which was the title of the background item notification. So sometimes, it's not obvious which app is the cause.

Feb 2, 2023 6:57 AM in response to r bryan

As so many people have stated....this is an ongoing pain. Every time I boot up I end up playing Space Invaders literally for a few minutes, clicking out of these ridiculous messages. I've disabled notifications, deleted the associate apps, which by the way I periodically need, but to no avail they just keep coming back. There are several apps, but Epson is the one that comes to mind. What happened to the days when my laptop, desktop, and phone were actually mine and not some pony ride designed to make me conform to some pre determined idea of how I should using it.

Feb 3, 2023 6:31 AM in response to rdimonda

There is alot of blabber here on this site but elisatems is the only one who knows what she is talking about. Her solution worked really well. You have to find the two different "library files" and in one of them I found these ****** G2M files. Once deleted everything went away, both the notices and it also deleted the presence of the G2M file that shows up in the Background section of "open at Login inside the General File of Settings!

Feb 3, 2023 8:07 AM in response to grouchy2

Take no offense please. I do really that contributors are offering their best effort and it is appreciated, believe me! And you are exactly right. The fact that this is happening and is so frustrating to resolve really suggests that Apple should have prepared some official guidance to help resolve it. The good news is this group has solved it. Best regards.

Feb 3, 2023 10:27 PM in response to djpais

Same. Took about 5 minutes following @etresoft's guidance. Unfortunately, several big companies (Microsoft, Google, and Steam) cannot update their software to respect the Login Items. Instead, I'll have to deal with quitting their apps each day or deleting them rather than removing them from the area of System Preferences that Apple provides. Either that or upgrade my 8 GB M1/M2 MBAs, as I'm running into high TBW from too much multitasking/app usage.

Feb 6, 2023 7:24 AM in response to r bryan

I have been able to delete them.


I would prefer to only disable this annoying message. One time is enough, then simply mute it (them).


I want to disable some tasks from running since I keep this software on my disk, just don't need it running all the time. Disabling the notifications is the minimal change I need, rather than deleting the software.

Feb 11, 2023 4:27 PM in response to hardchemist

Trying to figure out what Dawei Guo belongs to. Weird stuff. If it said "apple pie" instead of Dawei Guo it wouldn't be as bad.

That wouldn't get you anywhere, either. There is an Apple Pie project that you will find, but it isn't creating software that runs a background process.

Searching for "developer named Dawei Duo" provides several hints as to what you installed.

Perpetual "Background Items Added"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.