Re: Need help on FF4 Ubuntu
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On 4/28/2011 10:54 AM, kurgan wrote: > Hi, > > We have a UILess npruntime plugin that worked for years on all > browsers/platforms. > > Under FF4 Ubuntu (both 32 and 64 bits) it just does not load. In Firefox 4, all plugins are run by default in a separate process. This technical change may be causing issues, because we no longer support Xt-based plugins, which used to be the default. I suspect that when Firefox calls NPP_GetValue(NPPVpluginNeedsXEmbed), say true, and then it might work. Note that the code will still be loaded, but it will be loaded in a process called plugin-container, instead of the main firefox-bin process. --BDS