Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Afloat not working on El Capitan + possible solution #15

Open
sebastienkb opened this issue Feb 25, 2016 · 6 comments
Open

Afloat not working on El Capitan + possible solution #15

sebastienkb opened this issue Feb 25, 2016 · 6 comments

Comments

@sebastienkb
Copy link

Hi guys, just a quick note to say that Afloat didn't work for me on El Capitan despite the many instructions available on Afloat/EasySIMBL/SIMBL. The only thing that worked for me is disabling El Capitan's System Integrity Protection (SIP) (read from http://www.chrisvanpatten.com/master-windows-afloat-mac#comment-2299581913).
Instructions that worked for me:

  1. Reboot
  2. Hold Cmd+R while booting (Recovery mode)
  3. Go to Utilities menu and select Terminal
  4. Type csrutil disable; reboot, your Mac will reboot normally
  5. Open EasySIMBL and uncheck/recheck "Use SIMBL" and reboot again

Unfortunately I tried re-enabling SIP with csrutil enable; reboot after but that disabled Afloat again. So it's up to you if you wish to keep SIP or not.

@rwu823
Copy link
Owner

rwu823 commented Feb 25, 2016

@sebastienkb

Great! Thanks for this sharing 👍

@sebastienkb
Copy link
Author

Correct and we can't do anything about this. I had similar problems with a theme switcher back in OSX Panther, looked like if an app was not "pure Cocoa" it's not going to respond at all to 3rd party bundles.
Atom was written with http://electron.atom.io which is a cross-platform builder. That's not pure Cocoa.
I don't know how iTunes is built, but it doesn't feel like a regular Cocoa app either (That, or Apple purposedly disabled SIMBL loads on it for whatever security/antipiracy reasons)

@sojoart
Copy link

sojoart commented Apr 24, 2016

This worked perfectly for me on 10.11.4! I've tried everything else I could find! Thank you!

@lrobeson
Copy link

Works for me on 10.11.4, yay! I have SIP disabled, using regular SIMBL, but rebooting the app didn't work, had to reboot the entire system.

@viralmutant
Copy link

viralmutant commented Aug 11, 2016

I am on 10.11.6
Need this one badly on iTerm2 since I just moved from Ubuntu to Mac a week ago and need to copy a lot of stuff between terminals while scripting/debugging

And it WORKED for iTerm2 atleast,WITHOUT disabling SIP. Didn't see those options for Chrome, but I am happy for iTerm2
Yippee !!

@air055
Copy link

air055 commented Mar 22, 2017

So I have version 10.12.4 and afloat isn't working anymore, I disabled SIP and downloaded EasySIMBL and followed all the steps, but still nothing. Anyone know why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@rwu823 @lrobeson @sebastienkb @viralmutant @sojoart @air055 and others