On Nov 8, 3:57 pm, Will Fiveash <[email protected]> wrote: > On Nov 8, 3:45 pm, Rachel Blackman <[email protected]> wrote: mically linked library and > > > not statically linked by the app. > > > The framework is generally bundled into the app by most developers; if you > > were to pop open an application bundle and go into 'Contents/Frameworks' > > you'd find a 'Growl.framework' rolled into the app itself. > > > Now it is, in fact, possible to write a program which can go in and pop out > > the bundled framework, replacing it with a new one. Such a program > > actually already exists: it's called GrowlVersionDetective, and it's > > available from the downloads page athttp://growl.info/downloads--when run, > > it will find the various programs on your hard drive that have versions of > > Growl bundled, and can replace the framework with a more recent version. > > That is good to know. The reason I didn't try running that is the > description on the download page states it "checks for growl support > in applications". If the description indicated that it also fixes > apps to be compat with Growl 1.3 I would have used it by now.
The GrowlVersionDetective was unable to fix the Google+Growl Google Notifier plugin however looking at this app and what you wrote about frameworks I did the following which allows the Google+Growl plugin to work so that Google Notifier is now compat with Growl 1.3: 1. quit the Google Notifier app 2. download and extract GrowlVersionDetective.app 3. in a terminal window cd into the path where the app above was extracted which for me was /Users/willf/Downloads/Growl Version Detective.app/Contents/Frameworks/Growl.framework/Versions/A 4. cp Growl /tmp/Growl-WithInstaller 5. cd /Users/willf/Library/Application Support/Google Notifier/ GoogleGrowl.plugin/Contents/Frameworks/Growl-WithInstaller.framework/ Versions/A 6. cp Growl\-WithInstaller Growl\-WithInstaller.orig 7. cp /tmp/Growl-WithInstaller . 8. start Google Notifier GN with the G+G plugin appears to work fine with Growl 1.3 now. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
