tlk / beoplay-macos-remote-gui

Remote control B&O Beoplay loudspeakers from macOS
MIT License
16 stars 1 forks source link

Application not seen in menu bar until app.title is set #15

Closed mbolo01 closed 4 years ago

mbolo01 commented 4 years ago

I was not able to see the application item in the menu bar until I set the app.title to my preferred value. I guess it should have defaulted to "BeoplayRemote", but it didn't or something happened.

I'll try to recreate with the latest code by wiping app.title

FYI: I have Bartender app running to enable me to see all menu items when there is not enough room.

tlk commented 4 years ago

Odd, it should already default to "BeoplayRemote". The app.title default can be removed like this:

bundleid=$(defaults read /Applications/BeoplayRemoteGUI.app/Contents/Info.plist CFBundleIdentifier)
defaults delete $bundleid app.title
mbolo01 commented 4 years ago

my fault! I had the wrong Bartender option set for it. Sorry