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

I am getting pop-up messages from the App Store telling me to upgrade to Mavericks, how do I turn them off?

I wanted to install Mavericks on my MacBook Pro, since my Mac Pro is the fastest computer, I used it to download the Mavericks Installer. When it opened, I forced quited it and put the installer on a hard drive to install on my laptop, I then deleted the installer from the Mac Pro. Then this happened, the App Store included Mavericks on the Updates page. I ignored the Mavericks upgrade and installed all the other updates manually. Now I am getting pop-up messages from the App Store telling me to upgrade to Mavericks, and this is becomming annoying. How do I turn them off? Does the installer leave files on the computer that the App Store detects? Or does the App Store merely remember the fact that I previously downloaded the installer?

Mac OS X (10.6.8)

Posted on Mar 27, 2014 6:08 PM

Reply
13 replies

Apr 4, 2014 10:20 AM in response to Mac_Journal

After finding out that these notifications were coming from Noticeboard, I tried unloading the noticeboard launchd plist with

launchctl
, but it said there was nothing found to unload:


$ launchctl unload -w /System/Library/LaunchAgents/com.apple.noticeboard.plist
nothing found to unload
$ sudo launchctl unload -w /System/Library/LaunchAgents/com.apple.noticeboard.plist
Password:
nothing found to unload


Using "

remove
" instead of "
unload
" seems to have worked though, at least temporarily:


$ launchctl remove com.apple.noticeboard
$



Also, trying to run Noticeboard manually in

gdb
displayed nothing:


$ gdb /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/Noticeboard.app
GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ........... done
(gdb) run
Starting program: /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/Noticeboard.app/Contents/MacOS/Noticeboard
Reading symbols for shared libraries .++++++++++.................................................................................................. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
2014-04-04 12:45:05.027 Noticeboard[88858:a0f] Noticeboard: Launched, starting NoticeboardUpdateOperation
2014-04-04 12:45:05.831 Noticeboard[88858:1803] Noticeboard: NoticeboardUpdateOperation finished with notification to show: (null)
2014-04-04 12:45:05.832 Noticeboard[88858:1803] Noticeboard: No notification to show. Terminating.
Program exited normally.
(gdb)  quit
$


I also made sure that my user-writable overrides.plist in my user folder in

/private/var/db/launchd.db
had the following key in it:

<key>com.apple.noticeboard</key>
<dict>
<key>Disabled</key>
<true/>
</dict>


I am going to try editing some of the plists as root now...

Apr 5, 2014 8:13 AM in response to a brody

I just checked my 10.6.8 machine which I haven't applied any security updates to.


It is running version 1.0.2, the version of the App Store others say Pacifist will extract.


And Software update still registers a "Mac App Store Update 1.0".


Funny that a version 1.0 would be a patch to a version 1.0.2 of the App Store. I think I'll submit a bug report.

I am getting pop-up messages from the App Store telling me to upgrade to Mavericks, how do I turn them off?

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