inket/cosyTabs

cozyTabs does not work on OS X 10.10 "El Capitan"

SadieCat opened this issue · 13 comments

Exactly what it says on the tin. Tabs show at full width.

Log from the Console app when starting Safari:

23/09/2015 13:24:24.597 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL add runningApp <NSRunningApplication: 0x7f9320c5edd0 (com.apple.Safari - 510)>.
23/09/2015 13:24:24.754 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL add runningApp <NSRunningApplication: 0x7f9320c5f170 (com.apple.WebKit.Networking - 511)>.
23/09/2015 13:24:24.807 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL add runningApp <NSRunningApplication: 0x7f9320f3c280 (com.apple.WebKit.WebContent - 512)>.
23/09/2015 13:24:24.826 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL runningApp <NSRunningApplication: 0x7f9320c5edd0 (com.apple.Safari - 510)> isFinishedLaunching.
23/09/2015 13:24:24.827 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL Safari started
23/09/2015 13:24:24.828 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL app start notification: <NSRunningApplication: 0x7f9320c5edd0 (com.apple.Safari - 510)>
23/09/2015 13:24:24.829 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL checking bundle /Users/SaberUK/Library/Application Support/SIMBL/Plugins/cosyTabs.bundle
23/09/2015 13:24:24.834 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL checking target identifier com.apple.Safari
23/09/2015 13:24:24.837 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL should install plugin /Users/SaberUK/Library/Application Support/SIMBL/Plugins/cosyTabs.bundle
23/09/2015 13:24:24.838 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL send inject event
23/09/2015 13:24:25.293 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL runningApp <NSRunningApplication: 0x7f9320f3c280 (com.apple.WebKit.WebContent - 512)> isFinishedLaunching.
23/09/2015 13:24:25.293 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL Safari Web Content started
23/09/2015 13:24:25.293 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL app start notification: <NSRunningApplication: 0x7f9320f3c280 (com.apple.WebKit.WebContent - 512)>
23/09/2015 13:24:25.294 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL checking bundle /Users/SaberUK/Library/Application Support/SIMBL/Plugins/cosyTabs.bundle
23/09/2015 13:24:25.294 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL checking target identifier com.apple.Safari
23/09/2015 13:24:25.294 com.github.norio-nomura.SIMBL-Agent[261]: #EasySIMBL No plugins match for <NSRunningApplication: 0x7f9320f3c280 (com.apple.WebKit.WebContent - 512)>
inket commented

Will check it out once El Capitan is officially released.

OS X El Capitan officially released, confirmed cosyTabs not working (with SIMBL installed and working) on release version of El Capitan.

inket commented

Yes. cosyTabs is not working with Safari 9 at the moment. I took a look at that yesterday and it might be a small fix. Stay tuned.

inket commented

Made it work with Safari 9 on Yosemite. Check the source if you wanna try it now!

I'll have to check it on El Capitan before releasing.

Latest code is working for me on El Capitan. Thanks!

Not working here on El Capitan. I have reinstalled both Easy SIMBL and cosy tabs, but not working. How do I "use" the latest code. Newbie here.

Thank you for your time

@MartinJutras so far as I know, you cannot use EasySIMBL on El Capitan, you need to install the original version of SIMBL. Also, you would need to compile the bundle yourself in Xcode to use the latest code; it is probably worth it to just wait for a release.

inket commented

@MartinJutras This is the guide for installing SIMBL on El Capitan: norio-nomura/EasySIMBL#26 (comment) — I suggest you wait for the release. (probably tomorrow)

@jkotzker thanks for verifying!

Thank you for your answers.

Could someone compile the project and add it to the releases ?
It would be greatly appreciated ! I don't want to install XCode just for this...

inket commented

@hufufuf https://github.com/inket/cosyTabs/releases/tag/v1.4b

The reason I'm waiting before releasing a final version / updating the README is because I'm investigating El Capitan & SIP at the moment in order to figure out an easy way to install SIMBL/cosyTabs.

Thanks ! It's working ! (almost perfectly)
Ine small bug : the double clic in the tab bar doesn't create a new tab anymore. Instead, it minimizes the Safari window to the dock.
But for now i'm happy with that.
Thanks again

inket commented

The new release works perfectly with Safari 9 / El Capitan. Get it here: https://github.com/inket/cosyTabs/releases/tag/v1.4

Install instructions are here: How to Install

Thanks, everyone!