Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Seykela

macrumors newbie
Original poster
Aug 7, 2011
5
0
Russia
If you add an app to the dock, it will be shown both in the dock and in the app bar.

I want to hide docked apps from the app bar. The only solution I came to by now is subfolder in the applications directory, where apps I want to be hidden reside. It doesn't work well with some apps.

So, is there a more sophisticated way to do this?

Thanks.
 
Last edited:
If you add an app to the dock, it will be shown both in the dock and in the app bar.

I want to hide docked apps from the app bar. The only solution I came to by now is subfolder in the applications directory, where apps I want to be hidden reside. It doesn't work well with some apps.

So, is there a more sophisticated way to do this?

Thanks.

don't think you can

the dock is really just a shortcut to the app

be careful about moving things around in the application folder, things mostly should work ok, but software updates expect them to be in the original location
 
Ah! Given name: Stack (by Apple). :apple:

Open apps will always show up to the right of the Stacks. No easy way to prevent that.
 
Last edited:
You could hide apps using the terminal. Open the terminal (Applications/Utilities/Terminal.app) and enter :

Code:
sudo chflags hidden

followed by a space, then drag the app you want to hide from the finder to the terminal window and hit enter. Type your administrator password at the prompt.


For example, hiding Safari would look like this :

Code:
sudo chflags hidden /Applications/Safari.app

to unhide, just replace "hidden" with "nohidden".


N.B. The terminal gives no feedback when entering a password.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.