Skip to content
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

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

Open
1 of 3 tasks
tjluoma opened this issue Mar 6, 2020 · 1 comment
Open
1 of 3 tasks

Comments

@tjluoma
Copy link

tjluoma commented Mar 6, 2020

Please check everything that applies to your issue:

  • 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.

@JayBrown
Copy link

JayBrown commented Jul 20, 2020

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants