0

[我在下面回答了我自己的问题,对于将来搜索此问题的人,我已将问题替换为问题摘要。]

在 iTerm v3.2.8-9 中,“auval -a”没有找到任何 3rd-party 插件。

它与具有此类代码的实用程序、脚本等具有相同的问题:

  • AVAudioUnitManager.shared.manager().components(匹配:componentDescription)
  • AVAudioUnitManager.shared.manager().components(passingTest: { comp, 停止
  • AudioComponentFindNext(comp, &componentDescription)

苹果的终端没有这个问题。

4

1 回答 1

0

我将问题追溯到一个新函数,该函数将“进程从 Aqua 'per-session' 命名空间移动到同一个用户 'per-user' 命名空间”。<- iTerm2 源代码中的注释

iTerm2 维护者回应了问题:“现在,关闭首选项 > 高级 > 允许会话在注销和重新登录后仍然存在。我计划在未来的 3.3.x 版本中恢复该提交。参见 #7947”

欲了解更多信息:

https://gitlab.com/gnachman/iterm2/issues/7946

于 2019-07-21T04:32:50.100 回答