CatNip
CatNip copied to clipboard
Does not work on macOS Sierra
Its been a while since this one worked, alas.
I've managed to get it working on El Cap. I had to change some of the flags of the binary, will need to figure out what exactly they were, I set it up a few months ago. I'll suss it out and come back with a fix. Not sure about Sierra though, haven't got access to anything running it.
That would be wonderful. I appreciate your help Chris!
@kisonecat I can confirm the odd install_name_tool invocation from #2 by @vbeffara works to get the binary running:
sudo install_name_tool -change @executable_path/../Frameworks/Growl.framework/Versions/A/Growl /Library/PreferencePanes/CatNip.prefPane/Contents/Resources/CatNip.app/Contents/Frameworks/Growl.framework/Versions/A/Growl /Library/PreferencePanes/CatNip.prefPane/Contents/Resources/CatNip.app/Contents/MacOS/CatNip
Have to unzip/move stuff to /Library/PreferencePanes/CatNip.prefPane first.
To be able to actually open the settings pref option, I had to open Finder in /Library/PreferencePanes/ and do the whole right-click > open > yes actually open thing, otherwise I couldn't get to the panel, from Spotlight or just the System Preferences app.
Fixing it during the build process is a mystery to me though. Can't get it to build on El Capitan x86_64 because of _KLGetCurrentKeyboardLayout only being defined for i386. /shrug