exec sets wrong env variables on intel mac #1924
Unanswered
nicks
asked this question in
potential-bugs
Replies: 1 comment
-
Please do. But please make sure that we prepend |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Steps to reproduce:
Add this line to your aerospace.toml on intel mac
Expected result: sketchybar should trigger
Actual result: sketchybar does not trigger
this also affects exec-and-forget
Additional info
The problem is that on Intel macs, Homebrew installs binaries in a different location:
https://docs.brew.sh/FAQ#why-is-the-default-installation-prefix-opthomebrew-on-apple-silicon
/opt/homebrew/binis for arm,/usr/local/binon x86it would be nice of the intel homebrew install path of
/usr/local/binwas added to the default PATHAeroSpace/Sources/AppBundle/config/parseExecEnvVariables.swift
Line 15 in 18545c2
also happy to send a pr for this
Workaround
Beta Was this translation helpful? Give feedback.
All reactions