小编use*_*627的帖子

在 tmux 中打开 Safari 和 Finder 失败

OS X 10.9.2,tmux 1.9a 通过 brew 安装。在 tmux 中:

$ open /System/Library/CoreServices/Finder.app                                                                                                                           
LSOpenURLsWithRole() failed with error -600 for the file /System/Library/CoreServices/Finder.app.
$ open /Applications/Safari.app                                                                                                                                          
LSOpenURLsWithRole() failed with error -600 for the file /Applications/Safari.app.
$ open /Applications/Xcode.app
(Success)
Run Code Online (Sandbox Code Playgroud)

输出 tmux:

$ open /System/Library/CoreServices/Finder.app                                                                                                                           
(Success)
$ open /Applications/Safari.app                                                                                                                                          
(Success)
$ open /Applications/Xcode.app
(Success)
Run Code Online (Sandbox Code Playgroud)

导致此问题的原因是什么,如何解决?

finder safari tmux osx-mavericks macos

7
推荐指数
1
解决办法
1917
查看次数

标签 统计

finder ×1

macos ×1

osx-mavericks ×1

safari ×1

tmux ×1