CatNip icon indicating copy to clipboard operation
CatNip copied to clipboard

Does not work on macOS Sierra

Open oscarmorrison opened this issue 9 years ago • 4 comments

oscarmorrison avatar Oct 23 '16 18:10 oscarmorrison

Its been a while since this one worked, alas.

shayneoAtNorwood avatar May 22 '17 02:05 shayneoAtNorwood

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.

sysr-q avatar Jul 31 '17 03:07 sysr-q

That would be wonderful. I appreciate your help Chris!

kisonecat avatar Aug 03 '17 17:08 kisonecat

@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

sysr-q avatar Aug 05 '17 05:08 sysr-q