-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide icon via defaults
not working?
#37
Comments
Not a MacOS dev, but here's a "workaround": Not sure what is the right way to have Bluesnooze's making the request for its container to have the config mounted |
Same here, icon is visible even after running the defaults write command. The value is being set, just ignored by the app:
@ColinHebert's suggestion didn't work for me |
I got it working, but had to update the app. Not sure exactly which change did the trick, but my hunch is removing the app "sandbox" from the xcode project. The downside is that I couldn't get the Here's my recipe:
Not a macos dev, just managed to hack this together. Surely some saintly mac person will find this atrocious, but it works! |
For me the solution was: Pre-condition:
Steps:
My environment:
|
I solved it by uninstalling the version I installed with Brew and re-install with the zip file. Running on: M3 Mac OS 14.4 |
steps
defaults write com.oliverpeate.Bluesnooze hideIcon -bool true && killall Bluesnooze
cmd+space
type "bluesnooze"bluesnooze.mp4
Expected
Bluesnooze app icon does not reappear
setup
brew install bluesnooze
Info.plist
The text was updated successfully, but these errors were encountered: