On Wed, Nov 19, 2008 at 7:04 AM, Gerriet M. Denkmann <[EMAIL PROTECTED]> wrote: > I know that InputManagers are "now officially unsupported." And also that > "this functionality is likely to be disabled in a future release." > But while it is still possible I would like to continue using them. > > So I copied my thing into the /Library/InputManagers folder. > Then did > sudo chown -R root:admin /Library/InputManagers > and > sudo chown -R go-w /Library/InputManagers > and started some non-64 Bit programm, expecting to see the NSLog() call made > in the +load method. > > But, alas, I did see nothing. > > This used to work on ppc-Tiger - but no more on intel-Leopard. > > Anything else I should check?
You need the correct permissions as well, not just the correct owner. Does "chown -R go-w" even work? Anyway, download a known working input manager such as SIMBL, and compare the permissions with yours until you find the discrepancy. Or for that matter, just write a SIMBL plugin instead. It's easier and somewhat nicer if you only want to hit certain apps instead of all of them. Mike _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]