open Safari and Finder falhou no tmux

6

OS X 10.9.2, tmux 1.9a instalam via brew. No 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)

Fora do tmux:

$ open /System/Library/CoreServices/Finder.app                                                                                                                           
(Success)
$ open /Applications/Safari.app                                                                                                                                          
(Success)
$ open /Applications/Xcode.app
(Success)

O que causa esse problema e como corrigi-lo?

    
por user805627 27.04.2014 / 12:22

1 resposta

3

Reiniciar o tmux parece corrigir esse problema para mim também. Não sei porquê, mas vou editar a minha resposta se eu me deparar com a causa.

    
por 29.07.2014 / 17:35