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)
Out Tmux:
$ open /System/Library/CoreServices/Finder.app
(Success)
$ open /Applications/Safari.app
(Success)
$ open /Applications/Xcode.app
(Success)
В чем причина этой проблемы и как ее исправить?