Re: Firefox 31.8.0: Use of Add-On "HTTPS Everywhere 5.1.2" causes 99% CPU utilization
Andreas Kohl <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
Am 17.02.16 um 03.55 schrieb Dave Yeo: > Andreas Kohl wrote: >> Dave Yeo schrieb: >>> 2.35 is working nicely here, though there is a problem with lightning, >> >> good news > > I wonder how localization will work with calendar 4.x?`It is > automatically installed now. In the official mozilla process they want to rebuild (repackage) it for every language version. Taking the short way using simply xpi is not working with intergrated lightning in new 38.6. It becomes installed automatically (or not if you deny) when creating a new profile or at first application start. In this case lightning from distribution/extension subdirectory is copied/installed to users profile extension directory. I need to go through all the statements to make it work again as usual for non-english languages. For now I recommend for brave users who want to use a different UI language and need calendar functionality to patch the chrome.jar of included lightning in distribution/extension dir. It needs at least TWO application restarts to switch interface (UIlocale) and profile setting fully to another language completely - one of the reasons I created german modifications from your builds. More experienced could manage it with one but that's much harder to explain. Using only the parameter "-uilocale xx" for starting the application only changes the ui for the current process, it doesn't change the profile language, this is done by a config setting (the add-ons Quick Locale Switcher or Simple Locale Switcher do it this way - but not quick or simple in my opinion). It's a big difference when it comes to restarting which could be required after add-on installations by using the restart link inside the application. Otherwise you have to close the app manually and start it again with the uilocale parameter to keep the language. -- Andreas