[Mac App] How can I stop Jomo from hiding on my Mac?
You've hidden Jomo using Terminal and want to undo the operation? We'll show you how!
💡 How to stop hiding Jomo
- Open the Terminal application on your Mac. To do this, go to Applications > Utilities > Terminal.
- Copy and paste this command into your terminal:
sudo chflags nohidden /Applications/Jomo.app; find 2>/dev/null /private/var/folders/ -type d -name com.apple.dock.launchpad -exec rm -rf {} +; killall Dock
- Press the Enter key on your keyboard (⏎ , far right).
- The terminal will ask you for your Mac's password, enter it, then press "Enter" again (the terminal asks you for your password to apply a restriction that requires administrator rights to your session, in no case does Jomo have access to this data or will ask you for your password in any other context)
- Jomo will now be hidden from your Mac.
If your Mac doesn't allow you to add a command, don't panic! Just give it permission.
- Open System Settings (symbolized by a gear)
- Go to Privacy and Security.
- Then Full Disk Access.
- Press the + at the bottom, then search for and select Terminal.
- Remember to activate the switch so that it is displayed in green.
- You'll need to repeat the operation from step 1. Open the Terminal application [...].
Updated on: 24/03/2025
Thank you!