nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Can't enable spotlight plugins #532

Open zxcvbn97 opened 9 years ago

zxcvbn97 commented 9 years ago

Flashlight seems to not working with spotlight. Here is the log.

7/19/15 11:00:18.995 PM com.nateparrott.Flashlight.FlashlightSIMBLAgent[85633]: warning: failed to get scripting definition from /System/Library/CoreServices/Spotlight.app; it may not be scriptable. 7/19/15 11:00:19.003 PM com.nateparrott.Flashlight.FlashlightSIMBLAgent[85633]: AppleEvents: Send port for process has no send right, port=( port:29591/0x7397 rcv:1,send:0,d:0 limit:5) (findOrCreate()/AEMachUtils.cp #526) com.apple.main-thread 7/19/15 11:00:19.003 PM com.nateparrott.Flashlight.FlashlightSIMBLAgent[85633]: AppleEvents: Send port for process has no send right, port=( port:29591/0x7397 rcv:1,send:0,d:0 limit:5) (findOrCreate()/AEMachUtils.cp #526) com.apple.main-thread 7/19/15 11:00:19.159 PM com.nateparrott.Flashlight.FlashlightSIMBLAgent[85633]: warning: failed to get scripting definition from /System/Library/CoreServices/Spotlight.app; it may not be scriptable. 7/19/15 11:00:19.159 PM com.nateparrott.Flashlight.FlashlightSIMBLAgent[85633]: AppleEvents: Send port for process has no send right, port=( port:29591/0x7397 rcv:1,send:0,d:0 limit:5) (findOrCreate()/AEMachUtils.cp #526) com.apple.main-thread 7/19/15 11:00:19.159 PM com.nateparrott.Flashlight.FlashlightSIMBLAgent[85633]: AppleEvents: Send port for process has no send right, port=( port:29591/0x7397 rcv:1,send:0,d:0 limit:5) (findOrCreate()/AEMachUtils.cp #526) com.apple.main-thread

bigbaldbob commented 9 years ago

Noob trying: Flashlight does not seem to load

willfanguy commented 9 years ago

Agreed. I've tried re-installing thrice. No go.

plttn commented 9 years ago

see #494. Short version is that the magic code injection that Flashlight uses was broken in 10.10.4. There's a possible fix, however code injection will be basically impossible with El Capitan.

willfanguy commented 9 years ago

I noticed that back when I was running public beta 1. That's too bad. Thanks for the update.

On Jul 22, 2015, 1:42 PM -0500, Jack Plattennotifications@github.com, wrote:

see#494(https://github.com/nate-parrott/Flashlight/issues/494). Short version is that the magic code injection that Flashlight uses was broken in 10.10.4. There's a possible fix, however code injection will be basically impossible with El Capitan.

— Reply to this email directly orview it on GitHub(https://github.com/nate-parrott/Flashlight/issues/532#issuecomment-123821918).

hptroll commented 9 years ago

Does this imply that Flashlight completely stopped working with 10.10.4 or are only a fraction of the plug-ins concerned by the code injection?

selaromi commented 9 years ago

You can try (this)[https://gist.github.com/selaromi/59666a71387d39b5bfac] as suggested by @hufufuf

hptroll commented 9 years ago

It worked for me. Thanks!