terminal-notifier icon indicating copy to clipboard operation
terminal-notifier copied to clipboard

-sender 'com.apple.AppStore' opens System Preferences, not the App Store app

Open tjluoma opened this issue 4 years ago • 1 comments

Please check everything that applies to your issue:

  • [X] I looked in closed issues and it has not already been answered
  • [ ] My issue appeared with a terminal-notifier update
  • [ ] I'm using a tool that uses terminal-notifier (guard-notifier, node-notifier...)

To help us debug your issue please include:

  • ProductName: 10.15.3 / 19D76
  • version terminal-notifier 2.0.0
  • how did you install terminal-notifier homebrew
  • step-by-step reproduction instructions:

`terminal-notifier -title "The Title" -message "A message about Mac App Store" -sender 'com.apple.AppStore'

If you click on it, System Preferences opens, instead of the App Store.

tjluoma avatar Mar 06 '20 03:03 tjluoma

Just tried it, and you're correct. But it works with

-execute 'open -b com.apple.AppStore'

or

-activate 'com.apple.AppStore'

instead of

-sender 'com.apple.AppStore'

JayBrown avatar Jul 20 '20 20:07 JayBrown