Norio Nomura

Results 96 comments of Norio Nomura

Maybe #25 will prevent EasySIMBL working if SIP is disabled on OS X 10.11.

FYI about SIP http://blog.binaryage.com/el-capitan-update/

I confirmed that the original [SIMBL-0.9.9](http://www.culater.net/software/SIMBL/SIMBL.php) placed at `/System/Library/ScriptingAdditions/` works on SIP enabled OS X 10.11 (15A284). (Disabling SIP is needed while installing SIMBL.) Steps of installing SIMBL-0.9.9: 1. Disable...

I wrote a note about injection mechanism of EasySIMBL extended from SIMBL-0.9.9 https://gist.github.com/norio-nomura/f4346e9cb9db0a411779

@antons Enabling debug logging may help you. ``` sh defaults write net.culater.SIMBL SIMBLLogLevel -int 0 ``` from https://code.google.com/p/simbl/wiki/Tutorial

@antons It seems `SIMBL Agent.app` recognized launching of target application, but failed injecting `SIMBL.osax` into target application. If you could inject by sending Apple Event manually, The issue may be...

I don't know whether the background processes accept Apple Event or not, but have you tried the instruction on https://github.com/norio-nomura/EasySIMBL/issues/25#issuecomment-120697440 ? The original SIMBL does not detect launching of background...

Yes, you can ignore the `errAEPrivilegeError` on OS X 10.9 build 13A603. I confirm that [BlackDock 0.8.0](http://cooviewerzoom.web.fc2.com/blackdock.html) works with EasySIMBL 1.5.1 without running InjectIntoDock script on my Mac w/ Mavericks....

I just tested again on OS X 10.9 13A603, EasySIMBL 1.6 and BlackDock 0.8.0. It works as following: ![2013-12-05 09 24 00](https://f.cloud.github.com/assets/33430/1678984/9f079408-5d43-11e3-8521-395bf6768094.png) After you set `SIMBLLogLevel: Notice + Info +...