EasySIMBL icon indicating copy to clipboard operation
EasySIMBL copied to clipboard

easySIMBL is OS X 10.10 Yosemite compatible

Open jhrmnn opened this issue 9 years ago • 11 comments

I would just like to report that easySIMBL seems to work in Yosemite, see here, README can be updated

jhrmnn avatar Oct 03 '14 12:10 jhrmnn

Hello,

I second the compatibility of easySIMBL with Yosemite GM Build 1 to 3. However, It seems that easySIMBL does not get automatically enabled and needs to be launched after reboot (which you can automatize within your preferences). But even when the launch is automated you need to check the "use SIMBL" checkbox.

I primary use easySIMBL with terminal "copy on select".

Any tip on how to make it transparently enabled at reboot time?

Thanks, Thierry

Orion98MC avatar Oct 10 '14 08:10 Orion98MC

Hi @Orion98MC,

Please try this workaround. https://github.com/norio-nomura/EasySIMBL/issues/4#issuecomment-28757225

norio-nomura avatar Oct 10 '14 10:10 norio-nomura

Hi, It seems the signing of kernel extensions (which is now enforced in Yosemite) has to do with this issue. I had to reboot with specific boot args for a particular kernel extension which would not load otherwise and it magically solved the SIMBL not loading issue.

For the record the boot args where set as follows:

sudo nvram boot-args="kext-dev-mode=1"

Hope this helps.

Orion98MC avatar Oct 14 '14 10:10 Orion98MC

That's strange, because EasySIMBL does not use kernel extensions..

norio-nomura avatar Oct 14 '14 10:10 norio-nomura

:+1: EasySIMBL 1.6 (9) seems to works with retail Yosemite 10.10 (Build 14A389).

Also, I don't see any nvram changes or kexts either.

skull-squadron avatar Oct 23 '14 04:10 skull-squadron

@norio-nomura I am also having the problem where SIMBL will not load up automatically on 10.10 or on 10.10.1 beta. I attempted the above fix that you'd noted, but that does not help. Any other ideas for getting it to start at startup?

ylluminate avatar Nov 05 '14 16:11 ylluminate

Hello, I just found there is a compatible issue between Spotlight plugin manager Flashlight and EasySIMBL, I just sent a pull request https://github.com/nate-parrott/Flashlight/pull/95

For those who may suffer from this, you can temporarily disable Flashlight and remove '~/Library/ScriptingAdditions/Flashlight.osax`

Xe0n0 avatar Nov 22 '14 14:11 Xe0n0

I use EasySIMBL with Safari Stand, cDock and Colorful Sidebar. All have been working perfectly until now.... Now is when I updated to OS X 10.10.4 (14E26a)

Now none of them work, so I am assuming it is EasySIMBL itself that has stopped working.

If anyone has similar experience or a fix, please post here.

iamdavid99 avatar May 29 '15 15:05 iamdavid99

#25

norio-nomura avatar May 29 '15 23:05 norio-nomura

Yep. 10.10.4 (14E33b) broke it for me, too.

jensfrancis avatar Jun 11 '15 03:06 jensfrancis

Could the developer please add instructions on how to extract the files in Terminal. This will be especially handy for people that are not native to navigating around Terminal.

Installation instructions found at: http://macappstore.org/easysimbl/

App name: EasySIMBL App description: easysimbl (App: EasySIMBL.app) App website: https://github.com/norio-nomura/EasySIMBL

Press Command+Space and type Terminal and press enter/return key. Run in Terminal app:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null and press enter/return key. Wait for the command to finish. Run: brew cask install easysimbl Done! You can now use EasySIMBL.

FlikD avatar Dec 01 '15 14:12 FlikD