Closed tthkbw closed 2 years ago
Hi there,
I'm not sure how Monterey could effect this, but here is a sample that works correctly both on Monterey and Big Sur
#!/bin/bash
echo ":cloud:"
echo "---"
echo "Beep | shell='say' param1='beep' terminal=false" # just beeps
echo "Beep in terminal | shell='say' param1='beep'" # opens terminal and beeps
As you can see terminal
defaults to true
Well, that fixes it! I'm not sure why I didn't see this under Big Sur, but I'm sure I didn't.
Thanks.
I have a plugin that provide menu items to disable and enable ad blocking using pihole. These entries just run shell scripts:
Since updating to macOS Monterey, if I select "Disable Adblock" or "Enable Adblock" the scripts run properly, but in doing so, they open terminal windows. Before the upgrade to Monterey these scripts ran without opening a terminal window.
Can I get that functionality back somehow?