-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
"terminal=true" not working? #722
Comments
Yep, I'm just making the move from BitBar to xbar now and am having the same issue with plugins that work well with BitBar. Also using version 2.0.42 with Big Sur 11.3.1. |
I'll check this out this week 👍 |
Thanks for letting us know, and once again thanks for the great app! Michele |
As a workaround, it's possible to create an intermediate file that launches the terminal: In the plugin file: some entry | shell='/Users/xxx/bin/open_terminal.command' open_terminal.command: #/bin/bash
open -a "/Applications/Utilities/Terminal.app" "/the/file/you/actually/want/to/open" |
@matryer will we see this fixed in a release anytime soon? i am not interested in a workaround |
@C4Wiz Yes - see the latest release |
Duplicate of #680 |
Hi. I am using version 2.0.42 on a Mac M1 with Big Sur 11.3.1, and I cannot get "terminal=true" to work.
Is anybody else having the same issues?
The text was updated successfully, but these errors were encountered: