I fired up Firefox (the command-line version, so I could specify -jssh and use watir) and found the following complaint.
firefox-bin[1614:903] Can't open input server /Users/bryanloc/Library/InputManagers/Edit in TextMate
Looking in my console log, I find scads of messages to this effect.
Can anyone tell me how to fix this problem?
Thanks.
Bryan
On Dec 14, 2009, at 9:30 AM, Bryan Lockwood wrote:
I fired up Firefox (the command-line version, so I could specify -jssh and use watir) and found the following complaint.
firefox-bin[1614:903] Can't open input server /Users/bryanloc/Library/InputManagers/Edit in TextMate
Looking in my console log, I find scads of messages to this effect.
Can anyone tell me how to fix this problem?
The short answer is “Input Managers are going away. Don’t use them.”
Some other things that might help:
* An Input Manager is loaded into every application, whether you need it there or not * Input Managers only work in Cocoa apps. Firefox is Carbon, so they will never work there. With that in mind, I don’t know why the system would even attempt to load it, but perhaps this explains the error. * If you’re using Snow Leopard, 64-bit apps don’t support Input Managers at all (but since Firefox is still hobbling along on MacOS 9 technology, I wouldn’t expect it to go 64-bit any time soon)
On 12/14/09 6:30 AM, in article 6877F953-F278-4DA9-A3AD-61015071F995@mac.com, "Bryan Lockwood" lockwood.bryan@mac.com wrote:
firefox-bin[1614:903] Can't open input server /Users/bryanloc/Library/InputManagers/Edit in TextMate
Looking in my console log, I find scads of messages to this effect.
Can anyone tell me how to fix this problem?
Howzabout deleting /Users/bryanloc/Library/InputManagers/Edit in TextMate?
m.