Categories: Mac OS X

Mac OS X El Capitan – How to get SIMBL working after upgrade

Ever since Apple released OS X Yosemite with redesigned Safari interface a lot of people were asking Apple for bringing favicons to tabs back or disabling auto-resizing of Safari Tabs. Apple didn't but with help of SIMBL or EasySIMBL we were able to fix those little problems. With OS X El Capitan things a bit trickier as Apple introduced SIP which in theory is supposed to protect you from all kind of bad things that may happen to you while working on OS X.

Solution

Following method requires disabling SIP for the duration of installation only. After installation it's safe to enable it again. It's necessary to disable SIP during installation. Otherwise it won't work.

Steps of installing SIMBL-0.9.9 on OS X El Capitan (version 10.11)

  1. Disable SIP: enter Recovery OS, run csrutil disable and reboot OS X El Capitan.

  1. Download SIMBL, at least version 0.9.9.

  1. Open command prompt aka Terminal Window

  1. Run following commands on terminal to install SIMBL-0.9.9 at /System/Library/ScriptingAdditions/

sudo installer -verbose -pkg Downloads/SIMBL-0.9.9/SIMBL-0.9.9.pkg -target /
sudo rm -rf /System/Library/ScriptingAdditions/SIMBL.osax
sudo mv /Library/ScriptingAdditions/SIMBL.osax /System/Library/ScriptingAdditions/
sudo cp -p /System/Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL\ Agent.app/Contents/Resources/net.culater.SIMBL.Agent.plist /System/Library/LaunchAgents/
sudo sed -e "s/Library/System\/Library/" -i "" /System/Library/LaunchAgents/net.culater.SIMBL.Agent.plist
  1. (OptionalEnable SIP again: enter Recovery OS, run csrutil enable and reboot.

After executing above steps, Plugins placed at /Library/Application Support/SIMBL/Plugins or /Users/<username>/Library/Application Support/SIMBL/Plugins will be loaded by SIMBL.

Notes

Original SIMBL Agent.app does not support injecting into process that launched before SIMBL Agent.app. Verify SIMBL Agent.app is running before launching target app.

If plugins does not work, check opened files of target app process using Activity Monitor.app. If plugin is listed in the opened files, plugin will need updating to support OS X 10.11. (Yes, SafariStand needed.)

SIMBL.osax does not require code signature.

plugins do not require to be code signature

plugins do not require ownership by root.

/System/Library/LaunchAgents/net.culater.SIMBL.Agent.plist requires ownership by root.

If you've migrated your system from Mac OS X Yosemite and you've been using Easy SIMBL before you may need to do additional steps to make sure everything is running. If you've done the steps above and things still are not working chances are you've been using Easy SIMBL and you're using old plugins that are not supported by Mac OS X El Capitan. Also even if you install SIMBL you can still use Easy SIMBL to easily manage your plugins, but EasySIMBL alone won't work anymore without SIMBL.

Make sure Use SIMBL is unchecked, and that plugins here are either removed or up to date. This comes useful when you put new plugins into SIMBL main directory, and you still have old versions here. Plugins will get in conflict and won't work unless they are same or higher versions.

This post was last modified on 20 marca, 2016 12:24

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

2 tygodnie ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

5 miesięcy ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

7 miesięcy ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

8 miesięcy ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

9 miesięcy ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 miesięcy ago