An open community 
of Macintosh users,
for Macintosh users.

FineTunedMac Dashboard widget now available! Download Here

Previous Thread
Next Thread
Print Thread
Spotlight and Notifications menu bar items
#37766 12/12/15 10:57 AM
Joined: Aug 2009
Likes: 15
OP Online

Joined: Aug 2009
Likes: 15
Does anybody know how to get rid of them?

I've got Notifications turned off, but I can't find a way to turn Spotlight off.

Thanks.


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Spotlight and Notifications menu bar items
artie505 #37768 12/12/15 12:37 PM
Joined: Aug 2009
Likes: 7
Online

Joined: Aug 2009
Likes: 7
You'll have to spend some money, but Cocktail has an option for doing this. Select the System tab and then select Spotlight.


Jon

macOS 11.7.10, iMac Retina 5K 27-inch, late 2014, 3.5 GHz Intel Core i5, 1 TB fusion drive, 16 GB RAM, Epson SureColor P600, Photoshop CC, Lightroom CC, MS Office 365
Re: Spotlight and Notifications menu bar items
jchuzi #37769 12/12/15 01:03 PM
Joined: Aug 2009
Likes: 15
OP Online

Joined: Aug 2009
Likes: 15
Thanks, Jon, but that's not what I'm after.

Cocktail offers
  • Manage Spotlight indexing
  • Erase Spotlight indexes
but I've already got all my volumes set with .metadata_never_index (Thanks, Hal! smile ).

What I'd like to do is get rid of the two menu bar items, because I never use either function, and barring that, I'd like to turn Spotlight off so, same as when I click on the Notifications icon, it doesn't present me with a pop-up when I click on its icon.


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Spotlight and Notifications menu bar items
artie505 #37770 12/12/15 01:08 PM
Joined: Aug 2009
Likes: 7
Online

Joined: Aug 2009
Likes: 7
The EC edition of Cocktail DOES give you the ability to hide the menu bar icon. I just checked my copy of it.


Jon

macOS 11.7.10, iMac Retina 5K 27-inch, late 2014, 3.5 GHz Intel Core i5, 1 TB fusion drive, 16 GB RAM, Epson SureColor P600, Photoshop CC, Lightroom CC, MS Office 365
Re: Spotlight and Notifications menu bar items
jchuzi #37771 12/12/15 01:14 PM
Joined: Aug 2009
Likes: 15
OP Online

Joined: Aug 2009
Likes: 15
Thanks, but even for (40% off) $19 it's not worth it to me.

If Cocktail can do it, sooner or later someone will post some Terminal commands...I hope.

(Curiosity... Both icons or only Spotlight's, and does it actually turn Spotlight off?)


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Spotlight and Notifications menu bar items
jchuzi #37772 12/12/15 01:45 PM
Joined: Aug 2009
Likes: 15
OP Online

Joined: Aug 2009
Likes: 15
Just figured out how to get rid of Spotlight on my own. smile cool


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Spotlight and Notifications menu bar items
artie505 #37774 12/12/15 04:33 PM
Joined: Aug 2009
Likes: 7
Online

Joined: Aug 2009
Likes: 7
Originally Posted By: artie505
Just figured out how to get rid of Spotlight on my own. smile cool
Please tell us! Curious minds want to know...


Jon

macOS 11.7.10, iMac Retina 5K 27-inch, late 2014, 3.5 GHz Intel Core i5, 1 TB fusion drive, 16 GB RAM, Epson SureColor P600, Photoshop CC, Lightroom CC, MS Office 365
Re: Spotlight and Notifications menu bar items
jchuzi #37776 12/12/15 04:52 PM
Joined: Aug 2009
Likes: 8
Online

Joined: Aug 2009
Likes: 8
I'm guessing that if you go to the Privacy tab in Spotlight's preference tab, you can use the "+" to add your startup drive to the list.

You may need to add it again after every Restart.


On a Mac since 1984.
Currently: 24" M1 iMac, M2 Pro Mac mini with 27" BenQ monitor, M2 Macbook Air, MacOS 14.x; iPhones, iPods (yes, still) and iPads.
Re: Spotlight and Notifications menu bar items
Ira L #37809 12/13/15 11:07 AM
Joined: Aug 2009
Likes: 15
OP Online

Joined: Aug 2009
Likes: 15
I held off posting the details because I didn't want to tempt people without being asked.

You've got to think outside of the box on this one, Ira.

(Actually, I posted about Spotlight because a hack I used in Snowy didn't work in El Cap, but I've since learned that the original "Quit SystemUIServer" has morphed into (probably just) "Restart" [but I shut down and started up just to cover all bases].)

I did the job seat of the pants, but here are the Terminal commands that get rid of your Spotlight menu bar icon for good:

Code:
$ cd /System/Library/CoreServices/=
$ sudo mv Search.bundle/ Search2.bundle/

Follow those commands with a restart...a complete shutdown if it doesn't work.

and if you run the second command with "Spotlight.app" (no quotes) you apparently turn Spotlight off permanently.

And since the dam has been breached, this command turns Notifications off permanently:

Code:
$ launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist

(That command got rid of Notifications's menu bar icon through Yosemite but no longer does.)

and this command turns Gatekeeper off permanently

Code:
$ sudo defaults write /Library/Preferences/com.apple.security GKAutoRearm -bool not

(I've always seen -bool no or NO, but "not" worked.)

Last edited by artie505; 12/13/15 11:10 AM. Reason: Hedge & Clarify

The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire

Moderated by  alternaut, dkmarsh, joemikeb 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.4.33 Page Time: 0.022s Queries: 32 (0.015s) Memory: 0.6111 MB (Peak: 0.6946 MB) Data Comp: Zlib Server Time: 2024-04-19 07:37:30 UTC
Valid HTML 5 and Valid CSS