1

どのアプリケーションでも実行できる SIMBL プラグインを開発しています (Lion 10.7.4 を使用しています)。それらのほとんど (Finder、Safari、Terminal などの Apple アプリを含む) で問題なく動作しますが、TextEdit と Preview はうまく動作しないようです。状況に関連しているかどうかはわかりませんが、プラグインで TextEdit または Preview を起動しようとすると、次のエラーが発生します。

03/06/2012 16:14:02,096 SIMBL Agent: eventDidFail:'tvea' error:Error Domain=NSOSStatusErrorDomain Code=-1708 "The operation couldn’t be completed. (OSStatus error -1708.)" (the AppleEvent was not handled by any handler ) UserInfo=0x4009788e0 {ErrorNumber=-1708} userInfo:{
     ErrorNumber = -1708;
}

また、SizeWell の開発者が TextEdit と Preview に問題を抱えていたことにも気付きました (リリース ノートを参照)。これについて何か考えはありますか?

追加情報が必要な場合は、お気軽にお問い合わせください。

4

1 に答える 1

4

It's almost certainly related to the fact that TextEdit and Preview are both sandboxed. It looks as though this is a known limitation of SIMBL, and that some extensions, such as Afloat, have worked around it: http://infinite-labs.net/kb/afloat/af-lion.html

于 2012-06-03T16:07:33.877 に答える